Template missing from Add New Items
Due to some installation problems or re-installation some templates either skipped by installation of removed by mistake.
To bring back the templates follow below steps:
1. Close Visual Studio IDE.
2. Navigate to Start -> Program Files -> Microsoft Visual Studio 2008 -> Visual Studio Tools and click on Visual Studio 2008 Command Prompt.
3. In the command prompt type in the below command
devenv /installvstemplates
and press enter.......wait for few moments until the cursor returns to the command prompt.
4. Now all set, just for precaution type in another command to resetskippkgs as below:
devenv /resetskippkgs
and press enter, VS 2008 IDE will be opened.
Now check for the Templates via - File -> New Website / Project OR Right click on your solution/project in solution explorer and click on Add New Item.
Happy Coding.... :)
Comments
Post a Comment