FIX: Local File Is Not Saved with Save All
Article ID: 139295
Article Last Modified on 12/1/2003
APPLIES TO
- Microsoft Visual C++ 2.2
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 4.1 Subscription
- Microsoft Visual C++ 4.2 Professional Edition
- Microsoft FORTRAN PowerStation 32
This article was previously published under Q139295
SYMPTOMS
Save All will not save a file loaded into the Developer's Studio editing
environment if all of the following are true:
- The loaded file is not modified in the editor.
- The copy of the file stored on disk is modified.
- The modified version is not reloaded.
Subsequent builds will use the version on disk that does not match the one
in the editor. Debugging will display in the loaded version, but the debug
information will be from the version on disk.
CAUSE
The Developer's Studio does not recognize that an unchanged file may need
to be saved. It assumes that this would have no effect, so the save does
not occur.
WORKAROUND
If a change you do not want occurs with an external file and you want the
local copy of the file to replace the one on disk, use Save rather than
Save All.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug was corrected in Visual C++
version 5.0.
Additional query words: kbVC400bug update
Keywords: kbbug kbfix kbide kbvc500fix KB139295