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.Actions.Calls.ReflectionOverloadInfo.Crea
teArray(System.Reflection.MemberInfo[])'.
   at IronRuby.Builtins.RubyClass.GetConstructors(Type type)
   at
IronRuby.Builtins.RubyClass.BuildObjectConstructionNoFlow(MetaObjectBuilde
r metaBuilder, CallArguments args, String methodName)
   at
IronRuby.Builtins.RubyClass.BuildObjectConstruction(MetaObjectBuilder
meta
Builder, CallArguments args, String methodName)
   at IronRuby.Runtime.Calls.RubyMemberInfo.BuildCall(MetaObjectBuilder
metaBuil
der, CallArguments args, String name)

---

I have all of the required references set IronRuby, IronRuby.Libraries,
IronRuby.Libraries.Yaml, Microsoft.Scripting,
Microsoft.Scripting.Metadata, Microsoft.Dynamic.

I downloaded the binaries and referenced those files directly and still
same issue.

I installed the IronRuby package as well and from the command promp I
get the same error.  Any idea what's going on here?

There was another thread with this same issue but the system told me to
start a new topic as that one was old.

Bill

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to