visual studio 2008 installation - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T15:07:27Z http://stackoverflow.com/feeds/question/737088 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/737088/visual-studio-2008-installation 0 visual studio 2008 installation rajeesh 2009-04-10T08:50:29Z 2009-04-22T17:08:48Z <p>I cleared windows temp file and %temp% from my system . (i installed vs 2008) but now i can't able to create new project (window application), whether VS 2008 installation file is related to temp. The error showing that doc settings/temp/ .... some file missing........</p> http://stackoverflow.com/questions/737088/visual-studio-2008-installation/737103#737103 2 Answer by AlexDuggleby for visual studio 2008 installation AlexDuggleby 2009-04-10T08:59:21Z 2009-04-10T08:59:21Z <p>Hi,</p> <p>not quite sure if you are actually missing the project templates or if the project templates themselves are failing, but if it's the former, then try </p> <p>Open cmd.exe, goto \Common7\IDE. Run "devenv /installvstemplates" </p> <p>Also see here: <a href="http://msdn.microsoft.com/en-us/library/ms247116%28VS.80%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms247116(VS.80).aspx</a></p> <p>HTH Alex</p>