Home All Groups Group Topic Archive Search About

Assembly.LoadFrom loading a .net 2.0 assembly from a 1.1 app

Author
27 Jun 2006 9:28 PM
Jeremy Chapman
Is it possible to load a .net 2.0 assembly from a 1.1 app using
Assenbly.LoadFrom or possibly some other means?

Author
27 Jun 2006 9:34 PM
Mattias Sjögren
Jeremy,

>Is it possible to load a .net 2.0 assembly from a 1.1 app using
>Assenbly.LoadFrom or possibly some other means?

Only if you configure the 1.1 app to execute under the 2.0 CLR.


Mattias

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Author
27 Jun 2006 10:19 PM
Cowboy (Gregory A. Beamer)
If the 1.1 app runs under 2.0, there is nothing special. Otherwise, you will
have to make a interface boundary that allows you to cross over, like a web
service.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Show quote
"Jeremy Chapman" <please@Idontlikespam> wrote in message
news:eXt9nCjmGHA.1800@TK2MSFTNGP05.phx.gbl...
> Is it possible to load a .net 2.0 assembly from a 1.1 app using
> Assenbly.LoadFrom or possibly some other means?
>

AddThis Social Bookmark Button