Services
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing a Service to run on a server machine but have a few questions. I have two services within my solution in VS 2005. I have created a project installer and this has two Service Installers and these are tied up to two Service Process Installers. First question is this. Do I need one to one with these or can I have them both pointing to one Process Installer. Currently I can install the services and start them on my machine. One works fine. The other doesn;t seem to run. I have tried debuging it by attaching to the process, but it never seems to start, although I can see it is started in the Service configuration screen. Any ideas why this one isn't starting?? That's it for now. Thanks