Hey,
I am writing a Windows service application in C#.
In this service, I am using a timer that performs actions at a certain time.
My problem: this timer does not seem to run.
When I create a simple Windows Service applic, with only 1 timer in it, it does not work either...
What to do to activate this timer in a simple Windows service.
My timer is enabled in the code, that's for sure!
Can anybody help me out, please???
Thanks in advance
nick;
I am writing a Windows service application in C#.
In this service, I am using a timer that performs actions at a certain time.
My problem: this timer does not seem to run.
When I create a simple Windows Service applic, with only 1 timer in it, it does not work either...
What to do to activate this timer in a simple Windows service.
My timer is enabled in the code, that's for sure!
Can anybody help me out, please???
Thanks in advance
nick;