It is possible to run a Windows Service that runs another program using System.Diagnostics.Process.Start?
I have tested this successfully as a Windows application but when I run the same code in a similar Windows Service it will not start the process.
Any suggestions would be appreciated.
I have tested this successfully as a Windows application but when I run the same code in a similar Windows Service it will not start the process.
Any suggestions would be appreciated.