PRB: "Cannot Access the ClassView Information File..."Last reviewed: February 25, 1998Article ID: Q181719 |
The information in this article applies to:
SYMPTOMSWhen opening a source-code controlled, Visual C++ project workspace, you receive following the message:
Cannot access the ClassView information file. ClassView information will not be available. CAUSEThe Visual C++ project's "No Compile Browser" file, or .ncb file, is marked as read-only.
RESOLUTIONChanging the read-only attribute of the <prjname>.ncb to read/write is the only step necessary to resolve this problem. NOTE: The most common reason the .ncb file would be marked read-only in the first place is because the file was manually added to Visual SourceSafe (VSS). This file was never intended to be placed under source control and will need to be removed (destroyed) from the project within the VSS Explorer. Otherwise, VSS may change the file attribute back to read-only.
STATUSThis behavior is by design.
MORE INFORMATIONThe .ncb file contains information generated by the parser that is used by ClassView, WizardBar, and Component Gallery. If this file is accidentally or deliberately deleted, it is automatically regenerated.
Steps to Reproduce Behavior
REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q156513 TITLE : INFO: Which Visual C++ Files to Add to Source-Code Control Keywords : ssvc Version : WINDOWS:5.0,97 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |