C# app hangs randomly when called from Process.Start()
I have a Windows service set up to manage custom .Net tasks. Organization is: -Windows Service monitors a schedule and starts a worker .exe as needed. -Worker .exe (lightweight winform app) uses a command line argument to pull up a DLL (plugin) and run some code. This has been working well for months. I recently migrated it to Server 2012 (from 2008 IIRC) - this may be unrelated but it's hard to tell. Since some time after the migration, I've encountered an issue where the worker .exe "starts" after being called by a process.start(), but doesn't reach my code. No errors or anything, it just