Home All Groups Group Topic Archive Search About

Component version question

Author
5 May 2006 7:51 AM
Antonio T.
Using VS 2005...

Will a component (control) written for net 1.1 work in a end user computer
with just net 2.0 installed?

TIA.

Author
5 May 2006 7:56 AM
Cor Ligthert [MVP]
Antonio,

It should however if it does can always be a problem if there is made a
mistake somewhere.

The Net versions should be upwards compatible.

Cor

Show quoteHide quote
"Antonio T." <terron2***@hotmail.com> schreef in bericht
news:%23G$jzhBcGHA.3872@TK2MSFTNGP04.phx.gbl...
> Using VS 2005...
>
> Will a component (control) written for net 1.1 work in a end user computer
> with just net 2.0 installed?
>
> TIA.
>
>
Author
5 May 2006 8:00 AM
Göran_Andersson
Most likely, yes.

There are a few changes in the framework that could keep the code from
working, but most 1.1 code runs just fine in 2.0. It depends a bit on
what the component is doing, but you would be unlucky if it manages to
hit one of the few breaking changes (there is about 20 in the entire
framework).

Antonio T. wrote:
Show quoteHide quote
> Using VS 2005...
>
> Will a component (control) written for net 1.1 work in a end user computer
> with just net 2.0 installed?
>
> TIA.
Author
5 May 2006 8:36 AM
Antonio T.
Thanks

Show quoteHide quote
"Antonio T." <terron2***@hotmail.com> escribió en el mensaje
news:%23G$jzhBcGHA.3872@TK2MSFTNGP04.phx.gbl...
> Using VS 2005...
>
> Will a component (control) written for net 1.1 work in a end user computer
> with just net 2.0 installed?
>
> TIA.
>
>
>
Author
5 May 2006 9:11 AM
Herfried K. Wagner [MVP]
"Antonio T." <terron2***@hotmail.com> schrieb:
> Using VS 2005...
>
> Will a component (control) written for net 1.1 work in a end user computer
> with just net 2.0 installed?

Basically yes, but I'd recommend to test it extensively in order to make
sure it behaves as expected.  Maybe it's easier to convert the control to VS
2005 or wait for the manufacturer to provide such a version.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>