hello,
I am trying to run another .exe program which has a simple windows form from within a windows service but i am getting no response. not even an error. if i copy the same code and try it on a windows form program and then run it its working. this has given me an impression that may be the method System.Diagnostics.Process.Start("Path to file.exe") has issues when its run from within a windows service. I know i am missing something but i dont know what it is...please assist.
I am trying to run another .exe program which has a simple windows form from within a windows service but i am getting no response. not even an error. if i copy the same code and try it on a windows form program and then run it its working. this has given me an impression that may be the method System.Diagnostics.Process.Start("Path to file.exe") has issues when its run from within a windows service. I know i am missing something but i dont know what it is...please assist.