from .net 2.0 to .net 3.5

Last post 10-13-2009 8:25 AM by jeff@zina.com. 1 replies.

Sort Posts:

  • from .net 2.0 to .net 3.5

    10-13-2009, 6:11 AM
    • Member
      7 point Member
    • aakbar
    • Member since 10-26-2007, 10:49 AM
    • Posts 27

    Hi,

    I have recently moved from .net 2.0 to .net 3.5 framework. also i have upgraded my development environment from VS 2005 to VS2008. .net 3.5 framework was installed by VS2008 setup but it did not removed earlier version of .net. Means if i go into add remove programs i can still see .net 1.1, 2.0 and 3.0. Also if i go into GAC i can see multiple assemblies there.

    my question is that if all our application are running in .net 3.5 would there be any assembly in GAC with earlier version. if not i could not find following assemblies under .net 3.5:

    system.xml

    system.windows.forms

    system.web.services

    system.web

    system.security

    system.data

    and few other, all the above files are of version 2.0

    does it mean .net 3.5 is incomplete without earlier version ..........

     

    please help me to understand the concept.

    thanks


    WE ALL LEARN BY SHARING KNOWLEDGE
    ALI AKBAR
  • Re: from .net 2.0 to .net 3.5

    10-13-2009, 8:25 AM
    • All-Star
      77,975 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 6:43 AM
    • Naples, FL, USA
    • Posts 10,600
    • Moderator
      TrustedFriends-MVPs

    You're fine as is.  Remember to configure IIS for ASP.NET 2.0 in the application pool and your code will load the appropriate assemblies as needed.

    Jeff 

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
Page 1 of 1 (2 items)