does net 3.5 still contain items with version 2

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

    does net 3.5 still contain items with version 2

    I look under Projects/Properties/References
    and I see System.Core version is 3.5.0.0
    But many others are version 2.0.0.0

    Is that because I started this project under net 2 and they need to be
    changed to reflect net 3.5 or does net 3.5 still contain items with version
    2?


    Thanks in advance


  • Tom Shelton

    #2
    Re: does net 3.5 still contain items with version 2

    On 2008-02-19, Academia <academiaNOSPAM @a-znet.comwrote:
    I look under Projects/Properties/References
    and I see System.Core version is 3.5.0.0
    But many others are version 2.0.0.0
    >
    Is that because I started this project under net 2 and they need to be
    changed to reflect net 3.5 or does net 3.5 still contain items with version
    2?
    >
    >
    Thanks in advance
    >
    >
    3.5, like version 3.0 is really 2.0 with some added libraries and some
    new compiler features.

    --
    Tom Shelton

    Comment

    • Academia

      #3
      Re: does net 3.5 still contain items with version 2

      To run my program on a machine does it need framework 2.0 and 3.5 or does
      3.5 include the 2.0 code?


      Thanks

      "Tom Shelton" <tom_shelton@YO UKNOWTHEDRILLco mcast.netwrote in message
      news:ua2KbyycIH A.6024@TK2MSFTN GP06.phx.gbl...
      On 2008-02-19, Academia <academiaNOSPAM @a-znet.comwrote:
      >I look under Projects/Properties/References
      >and I see System.Core version is 3.5.0.0
      >But many others are version 2.0.0.0
      >>
      >Is that because I started this project under net 2 and they need to be
      >changed to reflect net 3.5 or does net 3.5 still contain items with
      >version
      >2?
      >>
      >>
      >Thanks in advance
      >>
      >>
      >
      3.5, like version 3.0 is really 2.0 with some added libraries and some
      new compiler features.
      >
      --
      Tom Shelton

      Comment

      • Tom Shelton

        #4
        Re: does net 3.5 still contain items with version 2

        On 2008-02-19, Academia <academiaNOSPAM @a-znet.comwrote:
        To run my program on a machine does it need framework 2.0 and 3.5 or does
        3.5 include the 2.0 code?
        >
        3.5 includes 2.0.

        --
        Tom Shelton

        Comment

        • Academia

          #5
          Re: does net 3.5 still contain items with version 2

          Thanks

          "Tom Shelton" <tom_shelton@YO UKNOWTHEDRILLco mcast.netwrote in message
          news:eYmjBa0cIH A.1376@TK2MSFTN GP02.phx.gbl...
          On 2008-02-19, Academia <academiaNOSPAM @a-znet.comwrote:
          >To run my program on a machine does it need framework 2.0 and 3.5 or does
          >3.5 include the 2.0 code?
          >>
          >
          3.5 includes 2.0.
          >
          --
          Tom Shelton

          Comment

          Working...