Sir, I have tried a lot my hands in creating a Windows service after reading a lot of articles. But couldn't succeeded. Kindly send me a code in VB.NET to create a service and how to incorporate my application in the service alongwith the installer.
By default, the express edition does not have a service project template. To create such a thing, the easiest way is to upgrade to Visual Studio. I'm not certain that the Standard edition of Visual Studio has this ability but the Professional edition does. I strongly suggest you upgrade.
How to create a service
Recep TARAKÇIOĞLU
By default, the express edition does not have a service project template. To create such a thing, the easiest way is to upgrade to Visual Studio. I'm not certain that the Standard edition of Visual Studio has this ability but the Professional edition does. I strongly suggest you upgrade.