Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. .Net 1.0 & 2.0 on the same machine

.Net 1.0 & 2.0 on the same machine

Scheduled Pinned Locked Moved C#
csharphelpquestion
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kozu
    wrote on last edited by
    #1

    Would it be a problem if I installed .Net 1.0 and 2.0 on the same machine? thanx

    J L M 3 Replies Last reply
    0
    • K kozu

      Would it be a problem if I installed .Net 1.0 and 2.0 on the same machine? thanx

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, you can install all .NET versions side-by-side, they don't interact. Vista comes with most of them preinstalled. You can install several Visual Studio versions side-by-side; they don't interact except the one installed last will be launched when double-clicking one of the relevant file extensions (such as .cs). :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      Happy 2008!


      1 Reply Last reply
      0
      • K kozu

        Would it be a problem if I installed .Net 1.0 and 2.0 on the same machine? thanx

        J Offline
        J Offline
        Justin Perez
        wrote on last edited by
        #3

        No.

        "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

        1 Reply Last reply
        0
        • K kozu

          Would it be a problem if I installed .Net 1.0 and 2.0 on the same machine? thanx

          M Offline
          M Offline
          mav northwind
          wrote on last edited by
          #4

          While in most cases there's no problem, you should be aware that .NET 1.x and 2.0 do collide when it comes to CAS (that's a point I had to learn the hard way). If you set CAS policies with .NET 1.x, then these policies are not used if .NET 2.0 is installed as well. Only the 2.0 policies will be effective, even for applications running with .NET 1.1!

          Regards, mav -- Black holes are the places where God divided by 0...

          Z 1 Reply Last reply
          0
          • M mav northwind

            While in most cases there's no problem, you should be aware that .NET 1.x and 2.0 do collide when it comes to CAS (that's a point I had to learn the hard way). If you set CAS policies with .NET 1.x, then these policies are not used if .NET 2.0 is installed as well. Only the 2.0 policies will be effective, even for applications running with .NET 1.1!

            Regards, mav -- Black holes are the places where God divided by 0...

            Z Offline
            Z Offline
            Zoltan Balazs
            wrote on last edited by
            #5

            That's news for me. Thank you!

            Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups