[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

using 1.1 AND 2.0 framework

Nikos

4/24/2006 4:06:00 PM

Hi all. Let's say that I am making a new application with VS2005 (.NET 2.0)
and I am using some components (compiled assemblies) already built with
VS2003 (.NET 1.1). On a "clean" PC (I mean without any framework
installations) do I have to install both .NET frameworks 1.1 and 2.0?
Thanks in advance!
Nikos


3 Answers

Willy Denoyette [MVP]

4/24/2006 4:13:00 PM

0


"Nikos" <nkourkou@freemail.gr> wrote in message
news:e$H8vj7ZGHA.5012@TK2MSFTNGP04.phx.gbl...
| Hi all. Let's say that I am making a new application with VS2005 (.NET
2.0)
| and I am using some components (compiled assemblies) already built with
| VS2003 (.NET 1.1). On a "clean" PC (I mean without any framework
| installations) do I have to install both .NET frameworks 1.1 and 2.0?
| Thanks in advance!
| Nikos
|
|

Yep.

Willy.


Norman Yuan

4/24/2006 7:45:00 PM

0

No, I do not think so. That is, most likely, you do not need .NET FW1.1,
unless in the 1.1 dll you used 1.1 feature that somehow is not supported in
..NET2.0 (I am not sure what 1.1 feature(s) is not supported any more in
..NET2.0).

Most .NET apps developed on older version of .NET FW should work on computer
with newer version of .NET FW only.

"Willy Denoyette [MVP]" <willy.denoyette@telenet.be> wrote in message
news:%23325Co7ZGHA.3328@TK2MSFTNGP02.phx.gbl...
>
> "Nikos" <nkourkou@freemail.gr> wrote in message
> news:e$H8vj7ZGHA.5012@TK2MSFTNGP04.phx.gbl...
> | Hi all. Let's say that I am making a new application with VS2005 (.NET
> 2.0)
> | and I am using some components (compiled assemblies) already built with
> | VS2003 (.NET 1.1). On a "clean" PC (I mean without any framework
> | installations) do I have to install both .NET frameworks 1.1 and 2.0?
> | Thanks in advance!
> | Nikos
> |
> |
>
> Yep.
>
> Willy.
>
>


Willy Denoyette [MVP]

4/24/2006 8:32:00 PM

0

True. What I meant was you need V2. It doesn't matter that V1.1 is installed
or not, the application will need V2 to run.


Willy.

"Norman Yuan" <NotReal@NotReal.not> wrote in message
news:%23b9fSd9ZGHA.5012@TK2MSFTNGP04.phx.gbl...
| No, I do not think so. That is, most likely, you do not need .NET FW1.1,
| unless in the 1.1 dll you used 1.1 feature that somehow is not supported
in
| .NET2.0 (I am not sure what 1.1 feature(s) is not supported any more in
| .NET2.0).
|
| Most .NET apps developed on older version of .NET FW should work on
computer
| with newer version of .NET FW only.
|
| "Willy Denoyette [MVP]" <willy.denoyette@telenet.be> wrote in message
| news:%23325Co7ZGHA.3328@TK2MSFTNGP02.phx.gbl...
| >
| > "Nikos" <nkourkou@freemail.gr> wrote in message
| > news:e$H8vj7ZGHA.5012@TK2MSFTNGP04.phx.gbl...
| > | Hi all. Let's say that I am making a new application with VS2005 (.NET
| > 2.0)
| > | and I am using some components (compiled assemblies) already built
with
| > | VS2003 (.NET 1.1). On a "clean" PC (I mean without any framework
| > | installations) do I have to install both .NET frameworks 1.1 and 2.0?
| > | Thanks in advance!
| > | Nikos
| > |
| > |
| >
| > Yep.
| >
| > Willy.
| >
| >
|
|