Framework 3.0 and Framework 3.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jetean
    New Member
    • Feb 2008
    • 33

    Framework 3.0 and Framework 3.5

    Hi:
    I'm into C# for the last few months. I'm using VS2005. Can I use Framework 3.0 or Framework 3.5 with VS2005? Any special installation stepa i need to observe?

    Thanks
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by Jetean
    Hi:
    I'm into C# for the last few months. I'm using VS2005. Can I use Framework 3.0 or Framework 3.5 with VS2005? Any special installation stepa i need to observe?

    Thanks
    VS2005 uses the 2.0 Framework. So you cannot use VS2005 to create a 3.0 or 3.5 application. If you upgrade to VS2008 you will be able to use any version of the Framework you would like (2.0 or higher). What are you trying to create that requires the 3.0 or 3.5 Framework?

    Nathan

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by nateraaaa
      VS2005 uses the 2.0 Framework. So you cannot use VS2005 to create a 3.0 or 3.5 application. If you upgrade to VS2008 you will be able to use any version of the Framework you would like (2.0 or higher). What are you trying to create that requires the 3.0 or 3.5 Framework?

      Nathan
      Nathan's right, you need to use Visual Studio 2008 to create projects that use the 3.0, or 3.5 Framework.

      If you are developing a project that uses Framework 2.0, but your web server's 3.0, or 3.5 it should still run (because 3.0, and 3.5 are just extensions to 2.0).

      -Frinny

      Comment

      • Shashi Sadasivan
        Recognized Expert Top Contributor
        • Aug 2007
        • 1435

        #4
        Im not entirely sure about this,
        But I went for a talk that was done by a group of programmers somewher in november december about workflow and WCF, and they had created a commercial application using VS 2005.

        A site like this offers extensions to vs2005 for the .net 3.0 framework - this is a CTP one, but im sure microsoft would have made some adjustments to VS 2005 so that it can run along with the 3.0 engine

        Comment

        Working...