visual studio 2008 installation - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T15:07:27Zhttp://stackoverflow.com/feeds/question/737088http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/737088/visual-studio-2008-installation0visual studio 2008 installationrajeesh2009-04-10T08:50:29Z2009-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#7371032Answer by AlexDuggleby for visual studio 2008 installationAlexDuggleby2009-04-10T08:59:21Z2009-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>