Click to See Complete Forum and Search --> : 2003 to 2002
Martin Meister
December 7th, 2003, 04:14 PM
Hello,
can someone please tell me if it is possible to convert a .NET 2003 project to be able to open and compile it in .NET 2002.
Thanks a lot :)
Martin Meister
December 7th, 2003, 05:20 PM
OK, I've found a solution for my problem. :)
Andreas Masur
December 7th, 2003, 08:24 PM
[Moved thread]
Andreas Masur
December 7th, 2003, 08:24 PM
Well...it would be nice if you could post your solution here.
Thank you very much.
Martin Meister
December 7th, 2003, 09:32 PM
Ok, but I don't think it would help somebody.
The problem was that I programmed an application in .NET 2002 some months ago. Then I opened the files in .NET 2003 at work.
So I have only version 2002 at home and as I wanted to open the files again I became a message, that I could only open them in 2003 version.
When I looked at the project directory, I saw some files named:
application_name.vcproj.old and application_name.sln.old.
After removing the .old from the filename you get your old project.
(if there are no "2003-Only-Parts" in the project)
anandam2000
December 8th, 2003, 03:41 AM
Hi,
In the project created using VS.Net 2003, open the .Sln and .vcproj file in notepad and change the version information to 7.0 instead of 7.10 in .vcproj and 7.0 instead of 8.0 in .sln file.
It will compile fine in VS.Net 2002.
Anupam
vicodin451
December 8th, 2003, 07:19 AM
Originally posted by Martin Meister
Hello,
can someone please tell me if it is possible to convert a .NET 2003 project to be able to open and compile it in .NET 2002.
Thanks a lot :)
http://www.codeguru.com/forum/showthread.php?s=&threadid=274878
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.