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

Signature
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.

Signature
Gregory A. Beamer
*************************************************
Think Outside the Box!
*************************************************
> Is it possible to load a .net 2.0 assembly from a 1.1 app using
> Assenbly.LoadFrom or possibly some other means?