No Visual Studio Template information found

Referred URL

http://blog.laksha.net/2008/09/no-visual-studio-template-information.html

No template information found. See the application log in Event Viewer for more details.

To open Event Viewer, click Start, Click Control Panel, double-click Administrative Tools, and then double-click Event Viewer.”

image

And then it show the new project screen without bunch of things:

image

Event log display following warning:

The global template information is out of date. Regenerate the templates by running 'devenv.exe /installvstemplates' or reinstalling the application.  Note: corrective action requires Administrator privileges.

Things to try:

Run devenv /installvstemplates as suggested in Event Viewer.
Then Run devenv /resetsettings.

If this do not help then try to run Visual Studio Repair using program & features (Install/Unstall).

Temporary Fix: Manually copy the templates

FROM
“<VisualStudioInstallDir>\Common7\IDE\ItemTemplates” 
TO
“My Documents\Visual Studio 2005\Templates\ItemTemplates”.

You May Also Like

0 comments