NET Framework 2.0

H

Herfried K. Wagner [MVP]

Laserson said:
Hi! i have question - can i use .NET Framework v2.0 with Visual Studio
.NET
2003?

No.

VS.NET 2002 is bound to .NET 1.0.
VS.NET 2003 is bound to .NET 1.1.
VS 2005 is bound to .NET 2.0.
 
J

James

if i wrote a exe using vs.net 2003 bound to 1.1, and the user machine
control panel add/remove program consists of .net 2.0 framework, that means
my exe does not run ?

Must the user control/panel install BOTH .net 2.0 and .net 1.1 ?

thought microsoft have a "higher version of .net 2.0" takes cares of lower
version of 1.x ?
 
G

Greg Burns

James said:
if i wrote a exe using vs.net 2003 bound to 1.1, and the user machine
control panel add/remove program consists of .net 2.0 framework, that
means my exe does not run ?

Must the user control/panel install BOTH .net 2.0 and .net 1.1 ?

thought microsoft have a "higher version of .net 2.0" takes cares of lower
version of 1.x ?

A 1.1 compiled program will run on a machine with nothing but 2.0 installed.

Greg
 
D

Dachshund Digital

Make sure 1.1 is NOT really installed... Microsoft has recommended to
us, that we CAN have multiple versions of .NET on the same OS, in point
of fact, we now have .NET 1.0, 1.1, and 2.0 installed on ALL our
servers, do to this recommendation from Microsoft.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top