Can i run the assembly built on v2.0 in .net fw v1.1?

G

Guest

as title. can i execute the .exe assembly which is built on v2.0 compiler in
..net fw v1.1 environment? if yes, how is the setting?
 
J

Jay B. Harlow [MVP - Outlook]

W. Jordan,
I would say yes you're correct "it impossible to "reflect" v2.0 assemblies
with 1.1!"


As the meta data itself changed from 1.1 to 2.0, largely in part due to
Generics.

1.1 would not know anything about the 2.0 meta data format, while 2.0 can
know about 1.0, 1.1 and the new 2.0 meta data formats...

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


| Hello,
|
| So is it impossible to "reflect" v2.0 assemblies with 1.1?
|
|
| --
|
| Best Regards,
| W. Jordan
|
|
|
| | > No - v1.1 will not load v2.0 assemblies/exe.
| >
| > "noname" wrote:
| >
| >> as title. can i execute the .exe assembly which is built on v2.0
| >> compiler in
| >> .net fw v1.1 environment? if yes, how is the setting?
|
|
 

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