Windows Service - Does not work outside of debug !!

  • Thread starter Thread starter lm2b2005
  • Start date Start date
L

lm2b2005

Hi

I've written, installed, started and debugged my vb.net 2005 windows
service and all works fine.

But only while I am debugging it in Visual studio 2005.

Any idea how I can get my WS to work while not debugging it with Visual
Studio open?

Thanks in advance

Jeff
 
Hi

I've written, installed, started and debugged my vb.net 2005 windows
service and all works fine.

But only while I am debugging it in Visual studio 2005.

Any idea how I can get my WS to work while not debugging it with Visual
Studio open?

Thanks in advance

Jeff

Have you added an Installer Class to your Project?
 
Back
Top