I use System.Diagnostic.Process class to start processes on my server pc using .Net WCF web service. They start smooth, I can see them running from task manager, but no window is displayed. How do you guys think that I can overcome this problem?
I use System.Diagnostic.Process class to start processes on my server pc using .Net WCF
Share
If you want to display a GUI and the user to be able to interact with it, you have to start an interactive process. It’s currently probably not the case with your web service.
See Start a windows service and launch cmd