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

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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?
|
|
 
Back
Top