Tuesday, December 7, 2010

Install missing templates in the installed Visual Studio templates

One day I tried to create new WCF Service Application and when i opened the Visual studio and clicked on Add new project I found that this project option is missing from my Visual studio templates. To add missing templates to your current installed templates you need to run following command on Visual studio command prompt after closing all the instances of the Visual studio.
devenv/installvstemplates
Press Enter.
Let the processing to be completed and then open visual studio. Now all the missing templates would be visible under Visual Studio installed templates.

No comments:

Post a Comment