.NET Version 2.0 or 3.5?

Last post 10-18-2009 9:25 PM by april_123456. 5 replies.

Sort Posts:

  • .NET Version 2.0 or 3.5?

    09-15-2009, 8:38 AM
    • Member
      314 point Member
    • Boddam
    • Member since 04-13-2006, 3:18 AM
    • Posts 261

    Im running Win7 and downloaded the latest visual web developer from Microsoft. Under Help-About in web developer it says im running "Microsoft .NET Framework Version 3.5 SP1".


    But when I execute a page that doesnt exist I get a 404 error message saying "Version Information: Microsoft .NET Framework Version:2.0.50727.4918; ASP.NET Version:2.0.50727.491"


    why?? What vesion am i running?

  • Re: .NET Version 2.0 or 3.5?

    09-15-2009, 8:45 AM
    Answer
    • All-Star
      77,719 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 10:43 AM
    • Naples, FL, USA
    • Posts 10,566
    • Moderator
      TrustedFriends-MVPs

    ASP.NET 3.5 is only extensions to version 2.0.   There is no separate "version" of 3.0 or 3.5, both are version 2.0 with extras.  Blame Microsoft for stupid numbering...

    ASP.NET 4.0 is a new version.

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: .NET Version 2.0 or 3.5?

    09-15-2009, 8:46 AM
    • All-Star
      22,266 point All-Star
    • vik20000in
    • Member since 12-30-2005, 6:02 AM
    • Kolkata
    • Posts 3,464
    • TrustedFriends-MVPs

    You can configure the version of asp.net in IIS. Currently you are running 2.0, Rememeber you can have multiple version of framework in the same machine and still use lower version by configuring the IIS.

    Chnage the version in IIS to use higher verseion of the framework.

    Vikram
    www.vikramlakhotia.com


    Please mark the answer if it helped you
  • Re: .NET Version 2.0 or 3.5?

    09-15-2009, 8:46 AM
    Answer
    • All-Star
      124,064 point All-Star
    • XIII
    • Member since 07-01-2002, 3:59 AM
    • Essen, Belgium
    • Posts 13,707
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    .NET 3.0 & 3.5 are addons for .NET 2.0.

    Check your web.config if you see lines like these:

    <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

    These add the needed assemblies of the 3.5 framework in your application.

    Grz, Kris.

  • Re: .NET Version 2.0 or 3.5?

    09-15-2009, 8:47 AM
    Answer
    • All-Star
      26,651 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,530

    Hi,

    3.0,3.5 is extension of 2.0 notthe independent Framework.

    u can chk the folder of installed framework in c:/windows/Microsfet/Framework folder

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: .NET Version 2.0 or 3.5?

    10-18-2009, 9:25 PM
    • Member
      108 point Member
    • april_123456
    • Member since 09-17-2009, 2:31 AM
    • Posts 70

     

    Hi, you may have a look at: http://www.webmasterworld.com/forum21/5085.htm Hope this can help you!

    __________________

    April

    http://www.comm100.com/livechat/

Page 1 of 1 (6 items)