window service does not start

P

PhatTim

Hi everyone, I have one service that is dependent on rasman.exe (Remote
Access Connection Manager). Rasman, in turn, is dependent on the
Microsoft Telephony service. Rasman is currently configured as "manual"
and when the computer reboots is set to "starting" because the
telephony service is firing it up. My service, however, does not start
regardless of whether I set it to automatic or manual mode. Is there
some configuration I'm missing? We're using a w3k box. Thanks.
 
A

Alvin Bruney - ASP.NET MVP

you will need to determine if your service is getting invoked. if it is, you
need to find out if it is throwing exceptions or dying. Place some code in
the onrun and onstart methods to see if it is making it this far

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top