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?
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?