|
-
September 22nd, 1999, 09:36 PM
#1
Cannot Access ClassView Information File
Hello;
I have a diolog base MFC problem, but everytime i try to open the workspace, the VC++ will give me
the msg "Cannot access the classview information file" I can't access my project thru "classview".
How to solve this problem?
Thanks
hEllO WoRLd
-
September 22nd, 1999, 10:56 PM
#2
Re: Cannot Access ClassView Information File
Your .CLW file is probably corrupted. To fix this, delete your .CLW file. The next time you open ClassWizard, you will be asked whether you want to rebuild the .CLW file from your source files. Simply follow the prompts to rebuild it.
Hope this helps,
Ryan
-
September 23rd, 1999, 12:25 AM
#3
Re: Cannot Access ClassView Information File
i tried it..
but the problem still there..how?
thanks
hEllO WoRLd
-
August 16th, 2005, 09:29 PM
#4
Re: Cannot Access ClassView Information File
The class view file is the .NCB file, not the .CLW file. CLW is the
class wizard file.NCB is the non-compiled browse information file.
Close MSDEV and delete the .NCB file from your source location. And reload the code.
It will work !
-
July 13th, 2006, 01:18 AM
#5
Re: Cannot Access ClassView Information File
i deleted all the intermediate files (including .ncb) and it didn't work. :-)
Sachin
-
July 13th, 2006, 05:59 AM
#6
Re: Cannot Access ClassView Information File
As swalker said, close your Visual Studio (VC) and delete the .ncb, .aps, and .clw files. Reopen the project and those files will be recreated when needed.
Also, just in case you have this problem - be sure the .ncb file is not marked Read Only (not in source control).
Good luck.
Be sure to rate those who help!
-------------------------------------------------------------
Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
-
July 25th, 2006, 01:46 AM
#7
Re: Cannot Access ClassView Information File
everything done as per suggestions.
i have even tried to create a new project and still got the same error.
could there be problem with the installation or something else?
thanks Gurus,
Sachin
-
October 5th, 2006, 08:02 AM
#8
Re: Cannot Access ClassView Information File
I had the same problem. But I found that two msdev.exe processes where running even though i closed Visual Studio. Kill the processes if they are there and try deleting the files again.
/Carl
-
June 12th, 2008, 05:39 AM
#9
Re: Cannot Access ClassView Information File
I encountered the same problem, as suggested by Carl, I found two MSDEV processes in the task manager. I killed one of them, it worked for me. Thanks a lot, Carl.
/Kai
-
April 23rd, 2009, 05:07 PM
#10
Re: Cannot Access ClassView Information File
 Originally Posted by swalker
The class view file is the .NCB file, not the .CLW file. CLW is the
class wizard file.NCB is the non-compiled browse information file.
Close MSDEV and delete the .NCB file from your source location. And reload the code.
It will work !
It Worked for me!
Thanks
RobHill
-
July 22nd, 2010, 07:10 AM
#11
Re: Cannot Access ClassView Information File
Carl's suggestion worked for me too. Thanks a lot!
My VS had crashed so I had to run it again. So I had two instances of it running.
-
May 6th, 2011, 05:08 AM
#12
Re: Cannot Access ClassView Information File
Carl's suggestion has worked for me.I have 2 MSDEV.exe s in task manager.I killed One exe.Then it has worked fine
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|