Can't open project workspace
-
I click on menu File=>Open Workspace then select *.dsw file that I want. but nothing load to VC++. Please advise me for solve this problem. I use Visual c++ 6.
Do you get any message?
WhiteSky
-
I click on menu File=>Open Workspace then select *.dsw file that I want. but nothing load to VC++. Please advise me for solve this problem. I use Visual c++ 6.
-
Try the following: 1. Close VC++. 2. Delete the *.opt, *.ncb, *.aps and *.clw files (don't worry - they will be recreated later). 3. Reopen the VC++ and select your *.dsw.
-
These files are generated by VC++. They contain information about your project/workspace, for example the *.clw holds Class-Wizard information and *.ncb contain intellisense data for your project. When VC++ loads your project, it collects data from these files (if they do not exist, they are rebuilt). If one of these files gets corrupted (don't ask me why, but it happens :(), then VC++ fails to load your project/workspace. So the solution is to just delete these files and let VC++ rebuild them properly ...