.NET ...... .NET 2003 ????

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

    #1

    .NET ...... .NET 2003 ????

    ok

    small problem, after reorganising the office I threw out
    all our old MSDN CD's and started afresh with the new
    shipment. After installing InstallShield at the weekend I
    have all sorts of ASP.NET errors, hence I thought, I know
    I'll re-install.

    I removed the old version of .NET and came to
    install .NET again this morning and I have NO version
    of .NET on the new CD's??? I have VS6 and .NET 2003!

    So before I carry out the 1.8 gb download of .NET are
    there any compatibility issues between 2003 and .NET??
    Can I write code in 2003 and then someone else compile it
    on a older .NET system??

    I'd like to move to 2003 anyway and this could be my
    opportunity, any thoughts??

    Thanks in advance

    Andy
  • Chris Dunaway

    #2
    Re: .NET ...... .NET 2003 ????

    On Mon, 8 Dec 2003 01:26:14 -0800, Andy wrote:
    [color=blue]
    > there any compatibility issues between 2003 and .NET??
    > Can I write code in 2003 and then someone else compile it
    > on a older .NET system??
    >[/color]

    You will not be able to open the solution or project files in the older
    version, but I think there are utilities around that can convert them back.

    As long as you don't use features and code constructs that are specific to
    2003, then the code files should be compatible.


    --
    Chris

    To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
    address.

    Comment

    • Guest's Avatar

      #3
      Re: .NET ...... .NET 2003 ????

      its specific to the runtime. Not the IDE.

      ..NET != VSNet


      "Chris Dunaway" <dunawayc@_lunc hmeat_sbcglobal .net> wrote in message
      news:1dowjuxebh etf$.4mfftox21x 3k.dlg@40tude.n et...[color=blue]
      > On Mon, 8 Dec 2003 01:26:14 -0800, Andy wrote:
      >[color=green]
      > > there any compatibility issues between 2003 and .NET??
      > > Can I write code in 2003 and then someone else compile it
      > > on a older .NET system??
      > >[/color]
      >
      > You will not be able to open the solution or project files in the older
      > version, but I think there are utilities around that can convert them[/color]
      back.[color=blue]
      >
      > As long as you don't use features and code constructs that are specific to
      > 2003, then the code files should be compatible.
      >
      >
      > --
      > Chris
      >
      > To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
      > address.[/color]


      Comment

      • Tian Min Huang

        #4
        Re: .NET ...... .NET 2003 ????

        Hi,

        I strongly recommend you the following article:

        Versioning, Compatibility, and Side-by-Side Execution in the .NET Framework
        http://msdn.microsoft.com/netframewo...omparison/defa
        ult.aspx

        Hope this helps.

        Regards,

        HuangTM
        Microsoft Online Partner Support
        MCSE/MCSD

        Get Secure! -- www.microsoft.com/security
        This posting is provided "as is" with no warranties and confers no rights.

        Comment

        • Chris Dunaway

          #5
          Re: .NET ...... .NET 2003 ????

          On Mon, 8 Dec 2003 22:24:28 +0100, <discussion@dis cussion.microso ft.com>
          wrote:
          [color=blue]
          > its specific to the runtime. Not the IDE.
          >
          > .NET != VSNet[/color]

          Understood. But since the 2003 IDE targets the framework v 1.1 ,and the
          2002 IDE targets 1.0 only, my statement is valid (if not 100% accurate).

          Cheers,

          --
          Chris

          To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
          address.

          Comment

          Working...