Today, when I start visual studio and click on Add new Item I found that WebForm option is missing from visual studio templates. Thanks to Eric Hammersley who gave the perfect solution. To add missing templates you need to run following command on visual studio command prompt.
Close all instance of Visual Studio. Open visual studio command prompt and type,
devenv /installvstemplates
Press Enter. Let the process be complete and now open visual studio. You will get all missing templates under Visual Studio installed templates.
Happy Programming !!
5 comments:
this does not work with visual studio 2008
Perfect! My Web User Control template disappeared from my VS2008 environment and this worked perfectly w/o any issues.
Most templates disappeared from my Visual Studio 2008 and I was getting ready to call IT and request the installer again when I read this. It worked perfectly. Thanks!
Great help,
Thanks
Hi nice Article,
I ma missed out Site map Template your solution rolls back it.. :)
Cool......
Murthy
Post a Comment