How to reference an assembly which is built against version 'v2.0.xxx' of the runtime in IronPython 2.7?
问题 I am trying to create wrapper for an assembly (thirdPartyDLL) which was built against version 'v2.0.50727' of the runtime. But whenever I try to reference it in IronPython code, it always results in following error IOError: System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information. My wrapper is a Class Library only, so there is no app.config or app.exe.config. I