[IronPython] invoked member is not supported in a dynamic assembly
Zsidó Zoltán
zsidoz at innodev.hu
Sun Feb 13 22:39:05 PST 2011
Hello list members,
We use .net 4.0 and Ironpython 2.6.2
During executing script ironPython code we get the following exception:
"The invoked member is not supported in a dynamic assembly"
at this line:
advancedSlider1 = AdvancedSlider()
AdvancedSlider class is in a 3rd party dll. It is PerpetuumSoft.Widgets.dll
If we use .net 3.5 and IronPython 2.0.3 then it works.
Any idea about it?
Could I save the assembly to the filesystem instead of using dynamic assembly?
Thanks,
Zoltan Zsido
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20110214/588f9130/attachment.htm>
More information about the Users
mailing list