
August 30th, 2004, 07:14 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
How to start a Windows Service from another Windows Service
Hello,
I have developed an C#.net windows service application, its job is to start another windows service which is in another Machine, but when i start my service it starts gives me some message and then stops, the service which is in the other Machine is not started.
I took the coding and compiled it as a console application, now it gets executed and the service on the other Machine is started.
Can anyone helpme out to find the problem.
Thanks
|