Tuesday, May 06, 2008

Missing templates in Visual Studio installed templates

     

         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:

Unknown said...

this does not work with visual studio 2008

Anonymous said...

Perfect! My Web User Control template disappeared from my VS2008 environment and this worked perfectly w/o any issues.

Stephen Murillo said...

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!

Anonymous said...

Great help,
Thanks

Anonymous said...

Hi nice Article,

I ma missed out Site map Template your solution rolls back it.. :)


Cool......

Murthy