Is there any way of converting a project in visual studio 2005 back to an earlier version of visual studio. My school has not updated yet and I need to hand in a project.
Loading
Is there any way of converting a project in visual studio 2005 back to an earlier version of visual studio. My school has not updated yet and I need to hand in a project.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jun 15, 2006, 11:30 AM
It will be very difficult because VS 2005 has newer controls and libraries have changed. If VS 2005 does not have too much UI, you probably can copy code files and create a new project in VS 2003 and add files from VS 2005. I think you still have to do some manual work.