Hi,
There are three types of timers available in .Net Server Timers, Windows
Timers, and Thread Timers. For your service app you should use System.Timers
and not Windows timer(guess thats what ur using now). Include this timer by
using System.Timers namespace.
Hope this helps.
Thanks,
Ravi
> Hi
>
[quoted text clipped - 8 lines]
> Regards,
> Mustaq
Mustaq - 30 Jun 2005 08:11 GMT
Thanks a lot ravi works fine! Great!
> Hi,
> There are three types of timers available in .Net Server Timers, Windows
[quoted text clipped - 18 lines]
> > Regards,
> > Mustaq