Results 1 to 2 of 2

Thread: Migration from 1.1 to 2.0

  1. #1

    Thread Starter
    Addicted Member cutamacious's Avatar
    Join Date
    May 2001
    Location
    INDIA >> Andhra Pradesh >> Hyderabad
    Posts
    185

    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

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width