2
Vote

IronRuby 1.1.3 incompatible with Microsoft.Scripting 1.1.0.21

description

That is, the latest IronRuby is incompatible with the latest Microsoft.Scripting from IronPython 2.7.3. When doing:
 
rubyEngine.ExecuteFile(...)
 
This error is thrown:
 
System.MissingMethodException: Method not found: 'Void Microsoft.Scripting.Generation.ILGen.EmitPropertyGet(System.Type, System.String)'.

comments