.net timer not firing in the windows service

  • Thread starter Thread starter Tom Aigner via .NET 247
  • Start date Start date
T

Tom Aigner via .NET 247

I created a windows service that does some work every X secondsusing a time and it works fine from my machine (xp). However,when I move the service to a server (nt), the tick event neverfires off. I have tried both the System.timer (component) andSystem.Threading.Timer.

It has also be tested on another developers pc.
Any idea on why or what would need to be done to get the serverto tick on the service?
 

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