Search code examples
.net-4.0clr4.0

Loading/Executing CLR 2.0 assemblies in CLR 4.0


Can the CLR 4.0 execute CLR 2.0 IL without the need for source code recompilation?


Solution

  • Here's a nice article explaining different scenarios. In the comments section there's a link to MSDN which provides further information.