problem starting windows service

  • Thread starter Thread starter Adam Coulter via DotNetMonster.com
  • Start date Start date
A

Adam Coulter via DotNetMonster.com

Hi,
I have created a program with two windows services using c#. The services
install ok but when I try to start the services I get an error:

"Could not start the Threashold service on Local Computer. Error 1083: The
executable program that this ervice is configured to run in does not
implement the service."

yet in the Main I have created a service base and run the services.

I am a newbee to all this so any help would be most appreciated!
Thanks in advance
 
Thanks

I had forgoten to pass an instance of the service to the servicebase.Run
method!!
 

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