Convert asp.net 1 to asp.net 3.5

Last post 06-25-2009 5:30 AM by abinashpatra. 5 replies.

Sort Posts:

  • Convert asp.net 1 to asp.net 3.5

    06-08-2009, 6:47 AM
    • Member
      7 point Member
    • masoudf
    • Member since 05-11-2009, 11:04 AM
    • Posts 21

    I am planning to migrate a project from asp.NET 1.1 to 3.5.

    Which one would be the best approach?

    I create new project and migrate project to new project or direct open in .net 2008?

    I have 6 class library and one main project have 900 asp pages.

     

     

  • Re: Convert asp.net 1 to asp.net 3.5

    06-08-2009, 10:58 AM
    • Participant
      834 point Participant
    • abinashpatra
    • Member since 02-23-2009, 2:06 AM
    • Bangalore
    • Posts 243

    Open the Project in VS2008. It will take care fo the rest. I had taken the same approach for 1.1 to 2.0(VS 2005) and then 2.0 to 3.5 migration(VS 2008).

    Best Regards,
    Abinash Patra

    Please mark the post as answer, if you find this useful.

  • Re: Convert asp.net 1 to asp.net 3.5

    06-09-2009, 8:02 AM
    • Member
      7 point Member
    • masoudf
    • Member since 05-11-2009, 11:04 AM
    • Posts 21

     I convert to 2005 . but I have some error.

  • Re: Convert asp.net 1 to asp.net 3.5

    06-09-2009, 10:21 AM
    Answer
    • Participant
      834 point Participant
    • abinashpatra
    • Member since 02-23-2009, 2:06 AM
    • Bangalore
    • Posts 243

    Hello,

    You can directly open the solution in VS 2008. It will ask you to select the framework and you can change the framweork to what ever you want (Say 3.5).

    It will have some errors related to deprecated methods. Please manually fix these. Also do a google search on issues related to migration.

    Best Regards,
    Abinash Patra

    Please mark the post as answer, if you find this useful.

  • Re: Convert asp.net 1 to asp.net 3.5

    06-25-2009, 5:06 AM
    • Member
      7 point Member
    • masoudf
    • Member since 05-11-2009, 11:04 AM
    • Posts 21

    Hello,

    I Convert my project to .net 3.5  Successfully. and execute without problem.

    But I can't  debug. i make new breackpoint and compile , but have problem

     "no symboles loaded to current document "


    thanks

  • Re: Convert asp.net 1 to asp.net 3.5

    06-25-2009, 5:30 AM
    • Participant
      834 point Participant
    • abinashpatra
    • Member since 02-23-2009, 2:06 AM
    • Bangalore
    • Posts 243

     Hello,

    I think the problem is you are not attaching the debugger properly or with build.

    Have U tried building the solution couple times?I have not worked on 2008 so not able to guess the problem.

    Best Regards,
    Abinash Patra

    Please mark the post as answer, if you find this useful.

Page 1 of 1 (6 items)