I’ve installed our home-made software on a new server, but when starting the service it fails to start and in Windows Eventviewer there is a error:
System.BadImageFormatException: Could not load file or assembly 'VideoOS.Platform.SDK.Export
The service is build correct, because it runs smootly on 5 other machines.
The only difference between the new server and the other is that the Milestone Datacollector Service is stopped.
When I try to start it, it stops with a error in the datacollector log:
2019-01-14 15:59:42.062+01:00 [ 6] ERROR - DataCollectorThreadFunction error, ex: System.IO.FileNotFoundException: Could not load file or assembly ‘VideoOS.Platform.MediaProcessing.dll’ or one of its dependencies. The specified module could not be found.
File name: ‘VideoOS.Platform.MediaProcessing.dll’
at VideoOS.DataCollector.Media.NvidiaInformationWrapper..ctor()
at VideoOS.DataCollector.Service.CounterStateManager..ctor(DataCollectorEngine engine)
at VideoOS.DataCollector.Service.DataCollectorEngine..ctor()
at VideoOS.DataCollector.Service.DataCollectorService.DataCollectorServiceThreadFunction()
Someone any idea what is wrong?