Can you give an example of the ruby code that is failing?
The error indicates IronRuby is having trouble finding an appropriate
constructor to call for a C# class
Can you give some more information about the class you're trying to
instantiate? eg
- What constructors does it have
- Are they priva
I am running IronRuby 1.1.3 as installed from NuGet. It is loading a
very simple script that creates a class and calls a method on that
class. This exception is thrown:
---
System.MissingMethodException: Method not found:
'Microsoft.Scripting.Actions.Ca
lls.OverloadInfo[]
Microsoft.Scripting.Ac