A
Abhishek
I've both version 2.0 Beta and 1.1 of dotnet framework installed on my
system.
I've an assembly which is built on version 1.1 and loads an assembly
dynamically reading the location of assembly from the config file. This
assembly works fine when config file asks to load an assembly which is
built on 1.1 framework but now i've to load an assembly which is made
on 2.0 Beta. When i try to give the path of such an assembly the Loader
throws a BadImageFormatException which is genuine exception b'coz it
can't load such an assembly which is targeted for a different runtime.
My question is that is there someway to ask .NET framework to do this
for me 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 .
Any inputs will help
Thanks in advance
Abhishek
system.
I've an assembly which is built on version 1.1 and loads an assembly
dynamically reading the location of assembly from the config file. This
assembly works fine when config file asks to load an assembly which is
built on 1.1 framework but now i've to load an assembly which is made
on 2.0 Beta. When i try to give the path of such an assembly the Loader
throws a BadImageFormatException which is genuine exception b'coz it
can't load such an assembly which is targeted for a different runtime.
My question is that is there someway to ask .NET framework to do this
for me 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 .
Any inputs will help
Thanks in advance
Abhishek