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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top