[Mono-list] DLR applications on Mono and InvalidProgramException

Jb Evain jb at nurv.fr
Mon Mar 23 12:19:23 EDT 2009


Hey,

If you try to run a DLR based application (using either IronPython,
IronRuby, or whichever DLR based language), and that you face a
similar exception:

"System.InvalidProgramException: Invalid IL code in (wrapper
dynamic-method) object:CallSite.Target (...): IL_00xx: pop

Or

"System.InvalidProgramException: Invalid IL code in (wrapper
dynamic-method) object:CallSite.Target (...): IL_00xx: ret

You have to update the DLR assemblies you're using, as there was a bug
in the DLR compiler, which was emitting wrong IL.

-- 
Jb Evain  <jb at nurv.fr>


More information about the Mono-list mailing list