Hi!
If I create an empty winservice projekt and just compile and install. That
service will keep running until I tell it to terminate, right?
I have a problem with a winservice that terminates unexpectedly without any
warning after about two hours of running perfectly fine. Every piece of code
is within try-catch blocks and the debuggeroutput just ends. Inside a
winform, the same code never fails.
I could use some advice how to debug this...
Thanks
/Johan
Colin - 15 Oct 2004 20:27 GMT
Are you using the Windows Forms Timer or the System.Timers.Timer? The former
is unstable.
> Hi!
>
[quoted text clipped - 10 lines]
> Thanks
> /Johan
Johan Karlsson - 19 Oct 2004 09:41 GMT
Hi!
I'm using the System.Threading.Timer.
Example: Private m_refinedLogTimer As Threading.Timer
/Johan
> Are you using the Windows Forms Timer or the System.Timers.Timer? The
> former
[quoted text clipped - 17 lines]
>> Thanks
>> /Johan