December 06, 2014

visual studio 2012 c# windows service template missing

In Visual Studio 2012 installation c# (c sharp) Windows Service template missing. How to fix this problem ?

Solution: Visual Studio 2012 Express edition won't have such preconfigured templates. You need to install Visual studio 2012 Professional Edition to achieve the same.

If not, create a C # Empty project and try adding the required references using "Add reference" ..
Template is nothing but a ready made entity. You can still create Windows service by doing all such things manually.

Thank you.


How to install custom templates in Visual Studio 2012 ?


Where I can find Visual Studio Command Prompt ?

No comments :

Post a Comment