>My question is that is there someway to ask .NET framework to do this
>for me
Do what exactly?
>may be something like framework 1.1 asks framework 2.0 beta to
>load the assembly in its runtime and do the job for me .
There can only be one version of the CLR loaded in your process. The
only way to use a v2.0 assembly is to run the application with the
v2.0 CLR.
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.