For whoever is new in Microsoft Visual Studio, if you encounter the problem of missing template when you are trying to create new project or webform in the Microsoft Visual Studio, here is the solution I found. In order to add the missing templates, you will need to run the following command on Visual Studio Command Prompt.
Make sure all Visual Studio instance all closed. Open the Visual Studio Command Prompt under Visual Studio Tools (For those using Windows Vista and Visual Studio 2005, right click the the VS2005 command prompt and run as administrator), and type devenv /installvstemplates Then press enter and let the process complete (might take a few seconds). Now, if you reopen Visual Studio again, you should see all the missing templates are now available under Visual Studio installed templates.
No comments:
Post a Comment