1.1 app using 2.0 assemblies

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
 
M

Michael Nemtsev

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top