WinService

  • Thread starter Thread starter Johan Karlsson
  • Start date Start date
J

Johan Karlsson

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
 
Hi!

I'm using the System.Threading.Timer.

Example: Private m_refinedLogTimer As Threading.Timer

/Johan
 
Back
Top