Hi Chiph
Thanks for the reply, but I have Service 1 + 2 as seperate classes that inherit from ServiceBase and have defined OnStart methods for each of them. But it still always starts Service 1.
I am developing this in VS Studio, do you think it is doing somehting in the background?
Cheers
Rob
Hi
I am trying to run 2 WIN Services from one executable, although both services install and run perfectly when installed on their own. When I use the code
static void Main(string[] args)
{
ServiceBase sb1 = new Service1();
ServiceBase sb2 = new Service2();
sb1.ServiceName =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.