VideoOS.Platform.SDK.Export.Environment.Initialize() throws FileNotFoundException on VideoOS.Toolkit.dll

That’s what I suspected aswell, but Application.StartupPath returns the right folder. I’ve tried copying all required DLL’s to the Event server folder too, but no positive results there unfortunately. I’d like to know where VideoOS.Platform.Util.InternalCommandService.TryLoad() is trying to load the DLL’s. How can I find this information?

Well.. I just solved it.

            procStartInfo.WorkingDirectory = Path.GetDirectoryName(@"C:\Program Files\Milestone\MIPPlugins\TryggLarm\GetAlarmImage.exe");