Fw1.1 and 2.00

  • Thread starter Thread starter naguaramipana
  • Start date Start date
N

naguaramipana

Hi gurus

I am still getting a hand of this but I have an easy question I least I
think it is.

I have FW1.1 and I would like to install FW 2.0, is there a problem on
having both FW on the same computer, does VB2003 works with FW2.0?

Thanks a bunch
 
There are no issues with both on the same system that I know of.

Most NET apps that are developed for one framework or the other can call
each FR independently as needed.
 
naguaramipana said:
I have FW1.1 and I would like to install FW 2.0, is there a problem on
having both FW on the same computer

No problem so far.
does VB2003 works with FW2.0?

VB2003 itself will continue working with FW 1.1, yes. But you can't
build/use assemblies for FW 2.0.

Thorsten Doerfler
 
naguaramipana said:
I have FW1.1 and I would like to install FW 2.0, is there a problem on
having both FW on the same computer, does VB2003 works with FW2.0?

You can install multiple versions of the .NET Framework side-by-side on a
single machine.

However, VS.NET 2003 is tied to .NET 1.1 and will compile .NET 1.1
assemblies even if .NET Framework 2.0 is installed on the machine.

Note that VS 2008 supports "multiple framework targeting" which means that
you can compile for different versions of the .NET Framework using VS 2008
(starting from .NET Framework 2.0 up to .NET Framework 3.5).
 
Back
Top