1.1 and 2.0

  • Thread starter Thread starter Andy G
  • Start date Start date
A

Andy G

Can I install the 1.1 framework with the 2.0 framework on the same server
and run VS2003 and VS2005 at the same time? I installed 2.0 on a
workstation and it looks like the 1.1 framework stayed put. If anyone can
clarify this it would be greatly appreciated.

Thanks all,
Andy
 
Hi Andy,

You can have .NET Framework 1.1 and 2.0 on the same machine.
Each framework has it's own application space which does not normally
pose any problem for the other version.

HTH

Mona[Grapecity]
 
Hi Andy,

As Mona said, yes you have both versions installed and they do not interfere with eachother. However, if you run a web server your ASP.NET applications will be upgraded to 2.0 unless you specifically tell it not to.
 
What about VS2003 and 2005 on the same machine? My guess is no.


Mona said:
Hi Andy,

You can have .NET Framework 1.1 and 2.0 on the same machine.
Each framework has it's own application space which does not normally
pose any problem for the other version.

HTH

Mona[Grapecity]


Andy G said:
Can I install the 1.1 framework with the 2.0 framework on the same server
and run VS2003 and VS2005 at the same time? I installed 2.0 on a
workstation and it looks like the 1.1 framework stayed put. If anyone can
clarify this it would be greatly appreciated.

Thanks all,
Andy
 
VS.Net 2003 and VS.Net 2005 do not interfere with eachother, you can have both on the same machine.


What about VS2003 and 2005 on the same machine? My guess is no.


Mona said:
Hi Andy,

You can have .NET Framework 1.1 and 2.0 on the same machine.
Each framework has it's own application space which does not normally
pose any problem for the other version.

HTH

Mona[Grapecity]


Andy G said:
Can I install the 1.1 framework with the 2.0 framework on the same server
and run VS2003 and VS2005 at the same time? I installed 2.0 on a
workstation and it looks like the 1.1 framework stayed put. If anyone can
clarify this it would be greatly appreciated.

Thanks all,
Andy
 
Back
Top