When I open my solution in Visual Studio, the source files I had opened in the editor don't automatically reopen. Is there an option or setting to remember this?
Asked
Active
Viewed 45 times
0
-
This question is probably best asked on Superuser, this site focuses on programming questions. – user4317867 May 27 '15 at 21:49
-
I'm using 2010 and it remembers. I doubt they removed that feature; maybe some of the auxiliary files that sit in the same directory as your solution are messed up... – adv12 May 27 '15 at 21:49
-
1I'd try temporarily renaming YourSolution.suo and maybe YourSolution.vssscc (then restart VS). It appears the latter is source-control related, so maybe not that one. – adv12 May 27 '15 at 21:52
-
Welcome. This question is off topic. Please read [How to ask](http://stackoverflow.com/help/how-to-ask). – Quality Catalyst May 27 '15 at 21:57
-
Thanks everyone. I didn't realize it was a duplicate. This has been driving me crazy for days!! – TBearDX May 29 '15 at 14:39