.NET 1.1 app runs on .NET 2.0?

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

    .NET 1.1 app runs on .NET 2.0?

    My development machine had .NET 1.1, then it was upgraded to 2.0.

    I'd like to know if PCs that ONLY have .NET 2.0 installed will run apps
    developed in 1.1. I don't see why it wouldn't, but I just need to make
    sure!...

    Thanks!

    John

  • Ken Halter

    #2
    Re: .NET 1.1 app runs on .NET 2.0?

    "johnb41" <jsbuchmann@gma il.com> wrote in message
    news:1144945149 .417688.40470@g 10g2000cwb.goog legroups.com...[color=blue]
    > My development machine had .NET 1.1, then it was upgraded to 2.0.
    >
    > I'd like to know if PCs that ONLY have .NET 2.0 installed will run apps
    > developed in 1.1. I don't see why it wouldn't, but I just need to make
    > sure!...
    >
    > Thanks!
    >
    > John[/color]

    iirc, I remember seeing a similar question the other day... was it you?
    Anyway, can't find it now. I had hoped for a definitive answer.

    I can't offer any "real" help (see sig). All I can suggest is... don't be
    surprised if 1.1 apps won't run without 1.1 installed, regardless of any
    installed libraries that may be newer (2.0). This is similar to asking if a
    VB5 app will run on a system that has only the VB6 runtimes. Even though
    everything's identical as far as the code/capabilities are concerned, the
    dependency chain is not and it will not run (it won't even try).

    fwiw, If you have Virtual PC (every developer should... for sanity's sake if
    nothing else <g>) you can test this out very quickly.

    How to Get Microsoft Virtual PC 2004


    I can't say enough about VPC's "coolness factor" <g> You can be running XP
    with Win98 running in one window, Win2k in another, 2003 in another (and so
    on) when you're done experimenting, shut VPC down and all changes you've
    made to any of the OS windows are (optionally) gone for good. It's also
    great for trying out shareware, etc, because the demo's won't be adding
    registry keys or cluttering up Sys32 on your "real" PC.

    --
    Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
    Please keep all discussions in the groups..


    Comment

    • Michel Posseth  [MCP]

      #3
      Re: .NET 1.1 app runs on .NET 2.0?

      Hi John


      My experience untill sofar is that they will run on a computer with only the
      2.0 framework installed ( without anny problems )

      however if you use a exotic class in the framework it migh be so that you
      encounter problems in certain situations :-)
      only way to know for sure is by testing :-)

      regards

      Michel Posseth [MCP]


      "johnb41" <jsbuchmann@gma il.com> schreef in bericht
      news:1144945149 .417688.40470@g 10g2000cwb.goog legroups.com...[color=blue]
      > My development machine had .NET 1.1, then it was upgraded to 2.0.
      >
      > I'd like to know if PCs that ONLY have .NET 2.0 installed will run apps
      > developed in 1.1. I don't see why it wouldn't, but I just need to make
      > sure!...
      >
      > Thanks!
      >
      > John
      >[/color]


      Comment

      • Cor Ligthert [MVP]

        #4
        Re: .NET 1.1 app runs on .NET 2.0?

        Ken,

        This should be one of the benefits above the VB4-> VB5 -> VB6 situation.
        (This is not with Visual Studio Net because all the designer parts are in
        that)

        Unlucky enough have they in my opinion fixed some not registrated bugs and
        make it therefore very unsure to use, as Michel showed as well.

        Not so clever, but I think that it will be wise to wait until the next SP
        and more documentation about those not registrated bugs. (I know at least
        that the dataview is slightly working different, it is as dynamic in 2.0 as
        it should be).

        Cor


        Comment

        • Ken Halter

          #5
          Re: .NET 1.1 app runs on .NET 2.0?

          "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> wrote in message
          news:OVV$c8xXGH A.4688@TK2MSFTN GP04.phx.gbl...[color=blue]
          > Ken,
          >
          > This should be one of the benefits above the VB4-> VB5 -> VB6 situation.
          > (This is not with Visual Studio Net because all the designer parts are in
          > that)
          >
          > Unlucky enough have they in my opinion fixed some not registrated bugs and
          > make it therefore very unsure to use, as Michel showed as well.
          >
          > Not so clever, but I think that it will be wise to wait until the next SP
          > and more documentation about those not registrated bugs. (I know at least
          > that the dataview is slightly working different, it is as dynamic in 2.0
          > as it should be).
          >
          > Cor[/color]

          Ok... I can see this as one example of JIT working the way it should <g>

          --
          Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
          Please keep all discussions in the groups..


          Comment

          • Mike Lowery

            #6
            Re: .NET 1.1 app runs on .NET 2.0?

            The programmer can require a specific framework version, but generally speaking
            1.1 apps will run fine under 2.0.

            "Michel Posseth [MCP]" <MSDN@posseth.c om> wrote in message
            news:eTZVJ3xXGH A.3704@TK2MSFTN GP03.phx.gbl...[color=blue]
            > Hi John
            >
            >
            > My experience untill sofar is that they will run on a computer with only the
            > 2.0 framework installed ( without anny problems )
            >
            > however if you use a exotic class in the framework it migh be so that you
            > encounter problems in certain situations :-)
            > only way to know for sure is by testing :-)
            >
            > regards
            >
            > Michel Posseth [MCP]
            >
            >
            > "johnb41" <jsbuchmann@gma il.com> schreef in bericht
            > news:1144945149 .417688.40470@g 10g2000cwb.goog legroups.com...[color=green]
            >> My development machine had .NET 1.1, then it was upgraded to 2.0.
            >>
            >> I'd like to know if PCs that ONLY have .NET 2.0 installed will run apps
            >> developed in 1.1. I don't see why it wouldn't, but I just need to make
            >> sure!...
            >>
            >> Thanks!
            >>
            >> John
            >>[/color]
            >
            >[/color]


            Comment

            • Herfried K. Wagner [MVP]

              #7
              Re: .NET 1.1 app runs on .NET 2.0?

              "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> schrieb:[color=blue]
              > This should be one of the benefits above the VB4-> VB5 -> VB6 situation.
              > (This is not with Visual Studio Net because all the designer parts are in
              > that)
              >
              > Unlucky enough have they in my opinion fixed some not registrated bugs and
              > make it therefore very unsure to use, as Michel showed as well.[/color]

              I believe that there are many small changes due to bug fixes which could
              cause .NET 1.1 applications not to work properly on .NET 2.0 because of
              workarounds being present in the code, for example. I suggest to test the
              application extensively on .NET 2.0.

              --
              M S Herfried K. Wagner
              M V P <URL:http://dotnet.mvps.org/>
              V B <URL:http://classicvb.org/petition/>

              Comment

              • Wade

                #8
                Re: .NET 1.1 app runs on .NET 2.0?

                I have both 1.1 frame and 2.0 frame running on my computer.

                1.1 is needed for AutoDesk 2006 products
                2.0 is needed of SQL Express 2005 and VB Express 2005

                I'm able to run all the software (XP SP2 is the OS) and haven't seen any
                problems with 1.1 and 2.0 running side by side, but I don't know if AutoCAD,
                for example, will run if I uninstall 1.1.

                "johnb41" <jsbuchmann@gma il.com> wrote in message
                news:1144945149 .417688.40470@g 10g2000cwb.goog legroups.com...[color=blue]
                > My development machine had .NET 1.1, then it was upgraded to 2.0.
                >
                > I'd like to know if PCs that ONLY have .NET 2.0 installed will run apps
                > developed in 1.1. I don't see why it wouldn't, but I just need to make
                > sure!...
                >
                > Thanks!
                >
                > John
                >[/color]


                Comment

                Working...