I had built a window service to read some infomation to open one "*.exe" file. I was used:
Proccess.Start("pathfile");
When i debug on VS, it is ok. But when i created a window service use sample code, it's not opening file in new window, although in Start Task Manager window still it shows the name of proccess. What is the solution for this case? Help me please