Project file corrupted

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am fairly new to developing code in VC++, so please bear with me. I have
an application developed in a previous version of VC++. The project will
open fine in the old version. However, when I try to open it in VC++ .NET
2003, I get the following error:

The project file 'c:\DFCS-2\Tools\SystemSetup\SystemSetup.dsp' has been
corrupted and cannot be opened.

Any suggestions?

Thanks
 
To provide some additional information, the original project (from the older
version of visual C) does not contain a .dsp file. It has a .sln and a .dsw.

Any information to get me started would be appreciated.
 
Hi TxAggie!
To provide some additional information, the original project (from the older
version of visual C) does not contain a .dsp file. It has a .sln and a .dsw.

This is not possible...

VC5/6 has the following two file-extensions: dsw and dsp

VC7(.1) has the following: sln and vcproj

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Back
Top