referencing .net 1.1 3rd party component from .net 2.0
if reference .net 1.1 component .net 2.0 project 1.1 component run on .net 2.0 clr? cause compatibility problems?
thanks
yes, 1.1 component run 2.0 clr. there's possible compatibility problem although pretty unlikely. check out full list of breaking changes between 2.0 , 1.1
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment