.net 1.1 to .NET 2.0 migration generates additional .aspx.xx files

Last post 04-26-2009 1:49 PM by Tryst. 4 replies.

Sort Posts:

  • .net 1.1 to .NET 2.0 migration generates additional .aspx.xx files

    04-14-2009, 6:35 AM
    • Participant
      915 point Participant
    • Tryst
    • Member since 08-15-2004, 10:31 AM
    • Wales
    • Posts 358

     Hi all,

    when doing the upgrade in VS 2005 two more additional pages get created, aspx.designer.cs and aspx.resx, do I need to keep these files?

    Thanks

  • Re: .net 1.1 to .NET 2.0 migration generates additional .aspx.xx files

    04-16-2009, 4:09 AM
    Answer
    • All-Star
      62,541 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 8:34 AM
    • England
    • Posts 12,209
    • TrustedFriends-MVPs

     The designer and resx pages are normal - just ignore them.

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: .net 1.1 to .NET 2.0 migration generates additional .aspx.xx files

    04-16-2009, 4:22 AM
    Answer
    • Star
      10,646 point Star
    • sumitd
    • Member since 07-16-2008, 4:32 PM
    • Bangalore
    • Posts 1,872

     Refer below links regarding migration

     http://webproject.scottgu.com/CSharp/Migration/Migration.aspx

    http://rextang.net/blogs/work/archive/2006/04/16/3645.aspx

    Please mark it as answer if it resolves the issue.

    visit: http://technicalsol.blogspot.com

    Latest ajax control toolkit (Release: May 13, 2009): http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326
  • Re: .net 1.1 to .NET 2.0 migration generates additional .aspx.xx files

    04-18-2009, 1:47 AM
    Answer
    • Member
      12 point Member
    • avdesh
    • Member since 06-17-2007, 6:17 PM
    • Posts 1

    Yes it is required because when upgrading an ASP.NET 1.1 application in VS 2005 or IN ASP.NET 2.0 we have a option to implement partial classes feature on page level or on application level. aspx.designer.cs page created by tool that separates the page desiging code from .aspx page

  • Re: .net 1.1 to .NET 2.0 migration generates additional .aspx.xx files

    04-26-2009, 1:49 PM
    • Participant
      915 point Participant
    • Tryst
    • Member since 08-15-2004, 10:31 AM
    • Wales
    • Posts 358

     Thanks for the replies all :)

Page 1 of 1 (5 items)