In VB.NET, does the Process object not work fully from within a service
application. It seems to be able to run the external .exe that it's
supposed to run, but I do a WaitForExit followed by checking the ExitCode
and it can't do that. It just freezes on WaitForExit. How can I get
objProcess.WaitForExit to work in a service application? Thanks. |