I'm trying to upgrade some 4 year old code from a blog post that allows IronRuby to import/export MEF parts.
The code is at: https://github.com/JogoShugh/IronRubyMef
Unfortunately, I get this error when attempting to run:
Method not found: 'Microsoft.Scripting.Actions.Calls.OverloadInfo[]
Microsoft.Scripting.Actions.Calls.ReflectionOverloadInfo.CreateArray
(System.Reflection.MemberInfo[])
I only found one reference to this on the IronRuby forum, and sent another note. But, does anyone else have any idea what could cause this?
Thank you