Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have visualstudio 2013 Express in my machine and my requirement is to create a windows service but there is no windows service template available in visual studio 2013? is there any way to get the windows service template in visual studio 2013? Help me
Thanks In Advance
Posted

1 solution

While creating a new project search for "Windows Service" in "Search Installed Templates" textbox.
Hopefully, we'll get the list of templates you need.
If this doesn't work, open Visual Studio command prompt and type
devenv /installvstemplates

and then press enter. After the command gets completed, open Visual Studio and you can find all the templates.

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900