B
Bobby
Hi,
We have a .NET 1.1 Windows service which has some timers.timer
running. A while back we notified microsoft and subsequently were
informed of HotFix 900822. On most of our sites, this has resolved the
issue.
On 1 site however, the problem still occurs. We trace output from one
of the timers every second and it runs fine for a while, but then just
stops for no apparent reason. Details are below
- Windows 2003 SP1
- Hotfix is installed
- Timer is set to "AutoReset=False" and is started again in the
finalize section
- Machine has been rebooted multiple times
- .NET 1.1 SP 1 has been installed
- Occurs on multiple machines, but not all
- We're concentrating on 1 machine for now which is a quad processor
- Cannot recreate on W2K3 SP1 outsite of customer site.
Things tried
- Restarting service
- Confirmed hotfix in Add/Remove programs
- Adding threading.sleep(0) at beginning of timer event
Does anyone have any idea as to the problem and how to solve it?
Regards
Bobby
We have a .NET 1.1 Windows service which has some timers.timer
running. A while back we notified microsoft and subsequently were
informed of HotFix 900822. On most of our sites, this has resolved the
issue.
On 1 site however, the problem still occurs. We trace output from one
of the timers every second and it runs fine for a while, but then just
stops for no apparent reason. Details are below
- Windows 2003 SP1
- Hotfix is installed
- Timer is set to "AutoReset=False" and is started again in the
finalize section
- Machine has been rebooted multiple times
- .NET 1.1 SP 1 has been installed
- Occurs on multiple machines, but not all
- We're concentrating on 1 machine for now which is a quad processor
- Cannot recreate on W2K3 SP1 outsite of customer site.
Things tried
- Restarting service
- Confirmed hotfix in Add/Remove programs
- Adding threading.sleep(0) at beginning of timer event
Does anyone have any idea as to the problem and how to solve it?
Regards
Bobby