I
igor
I have recently discovered that the system.Timers.Timer from.Net
Framework v1.1 is not reliable when used on Windows 2003 server. When
incorporated into a Windows Service, the timer_elapsed event will stop
executing after 30 to 40 days. After learning this, I found the same
issue had been documented in the the System.Threading.Timer class as
well. This limits my options for having a timer based windows service
using the .net framework.
I can convert the project to .Net Framework 2.0, but I am unsure
whether or not this will resolve the issue.
Any ideas would be helpful.
Thank you.
Framework v1.1 is not reliable when used on Windows 2003 server. When
incorporated into a Windows Service, the timer_elapsed event will stop
executing after 30 to 40 days. After learning this, I found the same
issue had been documented in the the System.Threading.Timer class as
well. This limits my options for having a timer based windows service
using the .net framework.
I can convert the project to .Net Framework 2.0, but I am unsure
whether or not this will resolve the issue.
Any ideas would be helpful.
Thank you.