When I save a solution that I have actually not made any changes to, I often get a dialog that tells me "Checking out without saving will cause you to lose your in-memory changes". It gives me a few options, Discard In-Memory changes, Check-Out, Cancel, and Save-As. Is there way to prevent this from happening?
Asked
Active
Viewed 318 times
0
-
Drop VSS. Sorry for the not-wanted answer, but VSS is crap. (Oh, and, while I liked the IDE, I never liked VCS to be integrated in it. But that's subjective. The other advice, however unwelcome, isn't.) – sbi Aug 24 '09 at 21:23
-
You might want to consider a more robust source control system such as CVS, SVN or Git. – Paul Lammertsma Nov 24 '09 at 11:02
1 Answers
0
The easiest way to prevent this happening is not to start modifying the code before you check-out the file.

DamienG
- 6,575
- 27
- 43
-
The only way to modify the code is to check it out, but this happens when you don't modify the code and just click the save button. There is no reason to hit save, but if you do anyway, it happens. I believe it also happens if you build too. – Xaisoft Aug 25 '09 at 04:02