BUG: ClassView Add... Errors with Read-Only Project FilesLast reviewed: March 11, 1998Article ID: Q182323 |
The information in this article applies to:
SYMPTOMSClassView offers the following four options on its context menu for classes:
The first two operations fail displaying one of the following messages:
One or more of the files for ... are read-only. The implementation file for class ... cannot be found.The last two operations listed above fail without any message or visual cue. They may not be presented as options.
CAUSESource file permissions are read-only, perhaps due to source control.
RESOLUTIONChange the source file permissions to permit write access. In a source control environment, this may require checking out the file, or having the file's current owner check it back in.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe .ncb file contains ClassView browser information. If it is read-only at the time Visual C++ opens the project, ClassView is unavailable. The .clw file contains ClassWizard information. If it is read-only at the time Visual C++ opens the project, the Add Virtual Function and Add Windows Message Handler options are unavailable on the ClassView context menu for classes.
Steps to Reproduce Behavior
ARTICLE-ID: Q140252 TITLE : PRB: ClassWizard Disables Add Function & Add Variable Buttons REFERENCES
Visual C++ online books: "File Types Created for Visual C++ Projects."Keywords : vcbuglist500 VwbIss WizardIss Version : WINNT:5.0,5.0sp1,5.0sp2,5.0sp3 Platform : winnt Issue type : kbbug Solution Type : kbpending |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |