1.1 app using 2.0 assemblies

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I am trying to run a 1.1 app using 2.0 assemblies, from what I understand I
need to host the 1.1 app in the 2.0 clr and load the 2.0 assemblies during
run time using reflection. Does any one have a link to a sample project where
this is done. Specifically on how to host the 1.1 app in 2.0 clr.

Thanks In Adavance
 
Hello MMA,

Try to play with requiredRuntime element in appconfig file,
or if you want to use some feature of .NET 2.0 assemblies from your code
the only way to do this is to use assembly as COM

M> Hi All,
M> I am trying to run a 1.1 app using 2.0 assemblies, from what I
M> understand I
M> need to host the 1.1 app in the 2.0 clr and load the 2.0 assemblies
M> during
M> run time using reflection. Does any one have a link to a sample
M> project where
M> this is done. Specifically on how to host the 1.1 app in 2.0 clr.
M> Thanks In Adavance
M>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top