Is it possible to call windows service from another windows service in C#? I have created two windows services WindowsService1 and WindowsService2. I want to call WindowsService2 inWindowsService1, means call one windows service to another windows service. Please give me a solution.
Loading
Sean StewartPosted Dec 8, 2011, 11:14 PM
Satyapriya NayakPosted Dec 8, 2011, 10:07 PM
Please refer the below links
http://msdn.microsoft.com/en-us/library/d56de412.aspx
http://msdn.microsoft.com/en-us/library/system.serviceprocess.servicecontroller.aspx
Thanks
Sam HobbsPosted Dec 8, 2011, 10:01 PM