Timers stop working?

  • Thread starter Thread starter Mike Hildner
  • Start date Start date
M

Mike Hildner

I _think_ there was a thread not too long ago on this, but my timers seem to
stop working after a while. A Windows service using System.Timers.Timer. I
have two timers, after anywhere from a few hours to about 3 days one of them
stops working.

Was that thread here? Was there any info?

Thanks,
Mike
 
Mike said:
I _think_ there was a thread not too long ago on this, but my timers seem to
stop working after a while. A Windows service using System.Timers.Timer. I
have two timers, after anywhere from a few hours to about 3 days one of them
stops working.

Was that thread here? Was there any info?

Thanks,
Mike

The best info I heard was to switch to using System.Threading.Timer.
 
Back
Top