1

When you close VS with project files open, the next time you open that solution, it opens the same files.

Is there a way to prevent this? Currently I try to remember to close all the open tabs before I exit.

Wayne
  • 11
  • 3

1 Answers1

0

Delete the .suo file in the solution directory :D

jaderanderson
  • 185
  • 2
  • 11
  • That was not the answer I was looking for, but it did lead me to another post with a good solution. So thanks :) – Wayne Jan 18 '11 at 18:57