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 <[email protected]> _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
