FIX: Local File Is Not Saved with Save All (139295)
The information in this article applies to:
- Microsoft Visual C++ 2.2
- Microsoft Visual C++ 4.0
- Microsoft Visual C++ 4.1
- Microsoft Visual C++ 4.2
- Microsoft Fortran Powerstation 32 for Windows NT 4.0
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.
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | kbbug kbfix kbide kbVC500fix KB139295 |
---|
|