Home All Groups Group Topic Archive Search About

Windows Service - Does not work outside of debug !!

Author
28 Jul 2006 4:10 PM
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

Author
28 Jul 2006 6:27 PM
Barry
lm2b2***@yahoo.co.uk wrote:
> 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?