I am trying to start a console application from a .NET Windows Service. The service is running on a Windows 2008 server.
I use Process.Start to run the console appl
I had exactly this same problem. For me the key was to set StartInfo.UseShellExecute = false;