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.
 

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