Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

We have a big asp.net project version 2003 and we need to upgrade it to version 2010. I need from you to provide me with detailed steps to convert it.
Is there any template or empty project to start working on it?

Thank you in advance
Posted

1 solution

That is a big jump - 7 years, and three revisions. I suspect you will have problems.

First off, just try it. Back up your project, and try to open it in VS2010 - it will complain, probably quite a lot. If the complaints are simple, then you just have to hand fix them. If they aren't you may have to go back and do it the long winded way: open it in VS2005 - fix the errors, open that in VS2008 - fix the errors, open that in VS2010 - fix the errors.

Without seeing what errors it throws up (and there will probably be quite a few, it depends on how well the original was written to a large extent) it is not possible to help much more.

Oh, and don't just post the list of errors here! :laugh:
 
Share this answer
 
Comments
thatraja 14-Jun-11 10:10am    
/*open it in VS2005 - fix the errors, open that in VS2008 - fix the errors, open that in VS2010 - fix the errors.*/
That's a simple task I think ;-)
5!
Sergey Alexandrovich Kryukov 14-Jun-11 12:48pm    
My 5. If the code is written reasonable well, OP can expect only minor problems, such as obsolete warnings.
--SA

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