CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    Class View Information

    when i am clicking on the class icon of the infoviewer it is not displaying any class files......before loading the project itselt it is saying cant open class view information......can somebody help me why it occurs ? and what i can do to solve the problem.?



  2. #2
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    Re: Class View Information

    I don't know why it occurs, and I have sometimes found that with a lot of classes, it doesn't always load the information on all of the classes. What you can do is close VC++, delete the .CLW file and then restart VC++ - it will rebuild its information from the files. That should cure it.

    --
    Jason Teagle
    [email protected]

  3. #3
    Join Date
    May 1999
    Posts
    17

    Re: Class View Information

    This mainly happens because the .clw file may be Read only. So make the file not read only and try loading the work space again. Some times U need to close VC and open it again bacause VC stores information about the latest work spaces. Hope this solves u'r problem

    Richard

    Richard Patrick

  4. #4
    Join Date
    May 1999
    Posts
    116

    Re: Class View Information

    generally the error message regarding not being able to view class view information is because you have the same workspace open in two different VC sessions (or maybe one died cruelly and didnt clean up).

    Note:
    The .clw file is the Class Wizard information.
    The .ncb file stores the Class View information. (and possible some other stuff)
    The .opt file stores workspace settings


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured