Visual Studio 2012 doesn't open previously opened file when after starting
visual-studio-2012
Solution
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`.
Problem
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!