Missing Visual Studio 2008 Templates?
Just had a bit of an issue using Visual Studio 2008 on Vista 64bit where no options appeared in the "New Projects" box that appears when you create a new project.
If you have the same issue then try the following:
1. Remove items from the following:
Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplatesCache
Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplatesCache
(Program Files (x86) on Vista)
2. Reinstall the templates by doing the following:
devenv.exe /installvstemplates
(found in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE)
Hope this helps.