|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Assembly.LoadFrom loading a .net 2.0 assembly from a 1.1 appIs it possible to load a .net 2.0 assembly from a 1.1 app using
Assenbly.LoadFrom or possibly some other means? Jeremy,
>Is it possible to load a .net 2.0 assembly from a 1.1 app using Only if you configure the 1.1 app to execute under the 2.0 CLR.>Assenbly.LoadFrom or possibly some other means? Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. 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. -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "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? > |
|||||||||||||||||||||||