Home All Groups Group Topic Archive Search About

.NET 1.1 Components under 2.0

Author
5 Nov 2005 3:11 AM
Val
Hi,

If I develop an application using the .NET 2.0 Framework which has a
component specifically designed for 1.1 (such as VSFlexGrid.NET) do I need to
install both .NET 1.1 and 2.0 re-distributables on the target machines?

Thanks a bunch.

-- Val

Author
5 Nov 2005 6:21 AM
Andrew Robinson
if you built it with VS2005 then it targets the 2.0 framework and will in
all likelyhood not run against 1.1. If you want it to run under the 1.1
framework you need to built it with VS2003.

-Andrew

Show quote
"Val" <V**@discussions.microsoft.com> wrote in message
news:91AC6F3F-B965-4EDF-8D62-C289AD7DD91E@microsoft.com...
> Hi,
>
> If I develop an application using the .NET 2.0 Framework which has a
> component specifically designed for 1.1 (such as VSFlexGrid.NET) do I need
> to
> install both .NET 1.1 and 2.0 re-distributables on the target machines?
>
> Thanks a bunch.
>
> -- Val
Author
7 Nov 2005 12:36 PM
Val
Andrew,

I don't think you understood my question. I have several third party
compontents (Such as VSFlexGrid) which are .NET 1.1 versions. I have not
plans in the short term to upgrade those to the latest versions which are 2.0
versions. I do know that I can build and compile a VS2005 project with the
1.1 components. Given this, will I need to have the users install both the
1.1 and 2.0 versions of the .NET framework with the 1.1 version just to
support the components?

Thanks

--- Val

Show quote
"Andrew Robinson" wrote:

> if you built it with VS2005 then it targets the 2.0 framework and will in
> all likelyhood not run against 1.1. If you want it to run under the 1.1
> framework you need to built it with VS2003.
>
> -Andrew
>
> "Val" <V**@discussions.microsoft.com> wrote in message
> news:91AC6F3F-B965-4EDF-8D62-C289AD7DD91E@microsoft.com...
> > Hi,
> >
> > If I develop an application using the .NET 2.0 Framework which has a
> > component specifically designed for 1.1 (such as VSFlexGrid.NET) do I need
> > to
> > install both .NET 1.1 and 2.0 re-distributables on the target machines?
> >
> > Thanks a bunch.
> >
> > -- Val
>
>
>
Author
5 Nov 2005 1:02 PM
Mattias Sjögren
>If I develop an application using the .NET 2.0 Framework which has a
>component specifically designed for 1.1 (such as VSFlexGrid.NET) do I need to
>install both .NET 1.1 and 2.0 re-distributables on the target machines?

No, an application can only use one version of the CLR anyway. By
default the application will load the v2 runtime since that's what it
compiled against, so that's the only version you need installed.


Mattias

--
Mattias Sjögren [MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

AddThis Social Bookmark Button