Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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........

share|improve this question

1 Answer

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

Open cmd.exe, goto \Common7\IDE. Run "devenv /installvstemplates"

Also see here: http://msdn.microsoft.com/en-us/library/ms247116(VS.80).aspx

HTH Alex

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.