The information in this article applies to:
SYMPTOMSAfter you edit a file in Visual InterDev 6.0, when you try to save it or view it by clicking View in Browser, the following message might appear:
CAUSE
Visual InterDev 6.0 handles editing, saving, and releasing working copies
of files differently compared to Visual InterDev 1.0.
You can choose one of the following options in the message dialog box: Save
As, Overwrite, Don't Save, Cancel, or Help.
RESOLUTIONIf you do not want to lose the code that you added when the file was read- only, select Overwrite in the message dialog box. Note, however, that your changes will only be overwritten on the local copy of the file, not the master copy. As a result, View in Browser shows the unmodified master copy (assuming the project is in master mode). To update the master with the changes, select the file in the Project Explorer, right-click, and click Get Working Copy. The system notices that you have two different versions, one newer one on the local computer and an older copy on the master. The following message dialog box appears:
The dialog box includes the date and time of the both the master and local
copies. Click Use Existing File to select your local version. From the
Project menu, select Web Files, and then choose Release Working Copy to
update the master with the newer local version.
NOTE: it is probably more visually helpful to close a file out of the editor before performing the Release Working Copy because when you re-open the project in the editor Visual InterDev 6.0 will prompt you for a working copy or read-only copy. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Keywords : kberrmsg kbVisID600 kbGrpASP |
Last Reviewed: May 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |