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
Is it possible that the process you are spawning is attempting to prompt the window station for user input? In which case it could hang...
Which process are you starting? Is it part of the platform/OS (like cmd.exe) or something custom?