Windows Service Failure

  • Thread starter Thread starter Mack
  • Start date Start date
M

Mack

I have written a Windows Service, and while it was
working fine previously, it will not start now! Everytime
I try to start it, I get a message which reads:

"..service was started and then stopped. Some services
stop automatically if they have no work to do, for
example, the Performance Logs and Alerts service."

I dont understand why it is not working now, nothing was
changed! Any ideas?
 
If it has dependencies, then one of those services may have failed and is
stopping it from running.

Also, if the event log is full it wont be able to write its event
notifications and will not be able to start.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top