The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Installing new templates in Visual Studio 2005
If you have installed new templates in Visual Studio 2005 you might have experienced the fact that they don’t show up in the Add New Item list. This can happen because VS2005 uses a template cache that isn’t always updated correctly. However there is a quick and simple fix for this that was unfortunately not documented very well. This quick fix is to run DevEnv.exe with the /InstallVSTemplates option from the command line. Doing this will force VS2005 to rebuild its template cache and you should be good to go.

Maurice de Beijer
www.TheProblemSolver.nl

Published Thu, Feb 2 2006 21:23 by Maurice

Comments

# re: Installing new templates in Visual Studio 2005@ Friday, June 06, 2008 4:26 PM

Thanks man, very useful. It works in vs 2008 too  :)

# re: Installing new templates in Visual Studio 2005@ Tuesday, November 18, 2008 4:33 AM

it helped me aswell

by Kum