|
-
Jun 12th, 2008, 07:11 AM
#1
Thread Starter
Addicted Member
Migration from 1.1 to 2.0
Hi All
I have got a C#.NET windows application developed in framework 1.1 using VS2003. All the files are classified neatly into various folders as per their usage.
Now I have got a task on migrating the same project to framework 2.0 Can any one out there suggest me the required steps to do this in minimum time. Maybe a tool which does this or some thing like that.
Using hte migration wizard in VS 2005 is doing the migration to a large extent, however i need to implement framework 2.0 concepts like partial classes etc for the purpose.
Any help / ideas etc are appreciated. Thnx in advance.
Cute Member 
-
Jun 12th, 2008, 08:29 AM
#2
Re: Migration from 1.1 to 2.0
Make a backup copy of the entire solution.
Then open it in VS2005.... that'll do most of the conversion. After that, the easiest way is to do it by hand, create new files, mark them as partial classes as needed and move the code into it.
That's really all you can do.
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|