Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Service(.NET)

Status
Not open for further replies.

d0s

Programmer
Apr 15, 2004
48
US
ok im going to be making a windows service and i was wanting to make it with vb.net but for some reason i can't get the option in my window when going to File->New->Project...Under my VB.NET option it just has windows application and some ASP stuff. Under my Visual C++ projects is where the Windows Service options shows up. Shouldn't i also have the windows service option in my visual basic projects options? thanks
 
Try under C#. It may be something that VB.NET will fix in the 2005 release.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Here is a website that I found usefull when trying to make a service in VB.NET


However, I couldn't follow the instructions exactly - I wasn't able to select Windows Service from the new project list - so I created a normal project and overwrote all the code on the form with the class and import definitions found in figure 5 on the page above. That changed to form over to a service module and I could then follow the instructions.

Hope it helps.
 
do you have to have professional? cause i have standard.
 
No - I used Standard.

I think Professional may just add the Windows Service to the new project list, but I'm not sure - you'll need a "Professional" user to confirm that.

But the version I do have required the work around that I posted above.
 
ok i finally found a site that talks about it. Basically from what i read, you can create a windows service with VB.NET standard, but you do not get a template for it(i think thats kinda stupid). So anyone else havin this problem just read this
Thanks everyone for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top