Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Sir,
I did one project in VC++ while doing the modifications suddenly the power gone after getting the i treid to open it but the project is getting loaded. all other projects are working expect this prj.
Can any help me to know that project is not getting loaded and what is the solution for it.

Thanks in advance...............
Posted

The .dsw file is something close the the more modern solution file. This is not project, so hopefully you can create a new workplace and add the same projects to it again; don't forget to reestablish project dependencies.

Don't do development without a Revision Control System. You can even use one locally. Subversion, Git, Bazaar and other best tools a free!

—SA
 
Share this answer
 
Comments
Albert Holguin 20-May-11 10:53am    
Good advice
Sergey Alexandrovich Kryukov 20-May-11 23:56pm    
Thank you, Albert.
--SA
Hi,

.dsw file holds the information about the workspace which includes your projects.
If you have saved the source files and header files before the power issues,you need not be worried.
You can create a new VC++ project and include your source and header files to it.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-May-11 1:43am    
Not exactly. As far as I understand OP, only the workspace should be re-created, but basically you're right, if the trouble is with some project, it can be re-created.

Revision control system!

Please see my answer.
--SA
hakz.code 20-May-11 2:24am    
Yes, I had to mention about the dependencies,then the project is complete,as you mentioned Revision Control System really comes handy in this kind of situation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900