Windows service in VB.NET 2005

cBarry263

Active member
Joined
Oct 29, 2005
Messages
42
Location
Maryland
Programming Experience
Beginner
All,
I am trying to create a windows service in VB.NET 2005, I have done this before in previous versions of .NET, but something seems to be different now. In other versions once you created the projectInstaller, you could go the properties page for your project and set the startup object to the name of your service. For some reason in VB.NET 2005, the name of the service doesn't show up in the drop down as a choice, so obviously your service is not going to run without the correct startup object. Any one have any suggestions?
 
Back
Top