Click to See Complete Forum and Search --> : Referencing an NT Service in my .net app.


paul hemmings
March 31st, 2003, 06:13 PM
Help !! I've created my new Windows NT Service .net Projet, compiled, registered and started it with no problems, but how on EARTH do I call and use it from my .net code ?

As the service is a .exe I can't reference it. Does this mean I have to call it as a COM object ?

I'm really amazed that nowhere in the MS documentation does it ever talk about how to call the Service. Are all services usually stand alone ?