Hello,
I have a web application that was originally written using Visual Studio 2005.
I have made some changes to one of the projects using Visual Web Developer 2010. This seems to create problems with the files created in Visual Studio 2005. I tried to rebuild the project in Visual Studio but when I open it, I loose references and if I try to add them again, the path to the file I want to reference is not created, making the reference invalid.
However, if I open the same project with Visual Web Developer, the references are fine.
How could I, if possible, make the project compatible with both IDEs?
Thank you.
Loading
Sukesh MarlaPosted Aug 24, 2012, 11:48 AM
Check this is correct answer if it helped
Cyrille ReyPosted Aug 24, 2012, 8:21 AM
Thank you for your answer. I will try that.
Sukesh MarlaPosted Aug 23, 2012, 1:35 PM
If you try to open 2005 in 2010 it will ask to convert but it wont alllow vice versa
If you want to work on both ides then one trick is create project in 2005 save solution file in some location.
Now reopen the project in 2010 and save solution file with some other name
i had similar problem sometime before, and i did the same , kept 2 solution(.sln) files
Check this is correct answer if it helped