C# v2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • coltrane

    C# v2.0

    I currently have VS V7.1 which uses the 1.1 .Net Framework.
    Do I need to upgrade my VS If I wanted to use the 2.0 framework?
    I need to use C# 2.0

    thanks for the feedback


    john

  • Michael Kremser

    #2
    Re: C# v2.0

    I currently have VS V7.1 which uses the 1.1 .Net Framework.
    Do I need to upgrade my VS If I wanted to use the 2.0 framework?
    I need to use C# 2.0
    >
    thanks for the feedback
    >
    >
    john
    If you want to program in C# 2.0, you need VS 8 which targets .net FX
    2.0.

    Normally, you can run .net 1.x applications you wrote in VS 7.x on
    systems that have .net 2.0 installed as well (there is no need to
    compile them with a 2.0 compiler to let them run under 2.0).

    HTH

    Michael

    Comment

    • Chris Fulstow

      #3
      Re: C# v2.0

      Yes, you need to upgrade to Visual Studio 2005. You'll still be able
      to target .NET 1.1 platforms if you need to, using MSBee:


      --
      Chris Fulstow
      MCP, MCTS



      coltrane wrote:
      I currently have VS V7.1 which uses the 1.1 .Net Framework.
      Do I need to upgrade my VS If I wanted to use the 2.0 framework?
      I need to use C# 2.0
      >
      thanks for the feedback
      >
      >
      john

      Comment

      • coltrane

        #4
        Re: C# v2.0

        thanks

        On Oct 19, 9:38 am, "Chris Fulstow" <chrisfuls...@h otmail.comwrote :
        Yes, you need to upgrade to Visual Studio 2005. You'll still be able
        to target .NET 1.1 platforms if you need to, using MSBee:http://www.codeplex.com/Wiki/View.as...jectName=MSBee
        >
        --
        Chris Fulstow
        MCP, MCTShttp://chrisfulstow.bl ogspot.com/
        >
        >
        >
        coltrane wrote:
        I currently have VS V7.1 which uses the 1.1 .Net Framework.
        Do I need to upgrade my VS If I wanted to use the 2.0 framework?
        I need to use C# 2.0
        >
        thanks for the feedback
        >
        john- Hide quoted text -- Show quoted text -

        Comment

        • chanmm

          #5
          Re: C# v2.0

          If you only need C# in some small apps, you can actually download the C#
          2005Express:


          chanmm


          "coltrane" <tendengarci@ya hoo.comwrote in message
          news:1161285239 .640655.45050@e 3g2000cwe.googl egroups.com...
          thanks
          >
          On Oct 19, 9:38 am, "Chris Fulstow" <chrisfuls...@h otmail.comwrote :
          >Yes, you need to upgrade to Visual Studio 2005. You'll still be able
          >to target .NET 1.1 platforms if you need to, using
          >MSBee:http://www.codeplex.com/Wiki/View.as...jectName=MSBee
          >>
          >--
          >Chris Fulstow
          >MCP, MCTShttp://chrisfulstow.bl ogspot.com/
          >>
          >>
          >>
          >coltrane wrote:
          I currently have VS V7.1 which uses the 1.1 .Net Framework.
          Do I need to upgrade my VS If I wanted to use the 2.0 framework?
          I need to use C# 2.0
          >>
          thanks for the feedback
          >>
          john- Hide quoted text -- Show quoted text -
          >

          Comment

          Working...