This is the default behavior in VS2010. However, after I installed VS2012, I noticed it doesn't open those files I opened last time. Although in the Solution Explorer it remembers my last position, which projects are collapsed, but no file is opened in the editor area after I open the solution. I can't find such setting in opitons. Any help is appreciated!
Asked
Active
Viewed 3,114 times
5
-
Possibly the same answer(s) as for VS2010 works for VS2012 as well: http://stackoverflow.com/questions/4963464/visual-studio-2010-does-not-reload-open-files – MicroVirus Sep 26 '14 at 13:40
-
Possible duplicate of [visual studio not remembering open documents & startup project](http://stackoverflow.com/questions/6715594/visual-studio-not-remembering-open-documents-startup-project) – Michal Hosala Jan 20 '16 at 09:33
1 Answers
7
Try deleting the .suo-file
(same folder as .sln-File
). May fix the problem. Make also sure that you have writing-permissions for .suo-file
.

Micha
- 5,117
- 8
- 34
- 47