.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?
 
Back
Top