Reporting Failure to SCM from Windows Service developed in VB.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed a service that monitors the CPU utilization performance
counter and updates a table in a database. During the Service Start up, I
attempt to connect to the database. I would like to report a Start up failure
to the SCM (Service Control Manager) during Service Start up if the
connection to the database fails. Also, if the connection fails, I would like
the service to stop. How would I achieve this? I am coding in VB.Net.
 

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

Back
Top