Hello all.
I am new to IronRuby and just started. I installed IronRuby 1.1.3, and
then tried to run one of the tutorials. I ran the wpf_tutorial.rb from
C:\Program Files (x86)\IronRuby 1.1\Samples\Tutorial.
System.Core:0:in BindCore': Method not found: 'Microsoft.Scripting.Actions.Calls.OverloadInfo[] Microsoft.Scripting.Actions.Calls.ReflectionOverloadInfo.CreateArray (System.Reflection.MemberInfo[])'. (NoMethodError) from C:/Program Files (x86)/IronRuby 1.1/Lib/ruby/1.9.1/rubygems.rb:152 from C:/Program Files (x86)/IronRuby 1.1/Lib/ruby/1.9.1/rubygems/custom_require.rb:29:in
require’
from C:/Program Files (x86)/IronRuby
1.1/Lib/ruby/1.9.1/rubygems/custom_require.rb:29:in require' from C:/Program Files (x86)/IronRuby 1.1/Lib/ruby/1.9.1/gem_prelude.rb:142:in
load_full_rubygems_library’
from C:/Program Files (x86)/IronRuby
1.1/Lib/ruby/1.9.1/gem_prelude.rb:192:in try_activate' from C:/Program Files (x86)/IronRuby 1.1/Lib/ruby/1.9.1/rubygems/custom_require.rb:32:in
require’
from wpf_tutorial.rb:32
I checked my environment variables, and I have this:
IRONRUBY_11=C:\Program Files (x86)\IronRuby 1.1\bin
Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program
Files\TortoiseSVN\bin;C:\Program Files
(x86)\QuickTime\QTSystem;C:\Program Files (x86)\Microsoft SQL
Server\100\Tools\Binn;C:\Program Files\Microsoft SQL
Server\100\Tools\Binn;C:\Program Files\Microsoft SQL
Server\100\DTS\Binn;C:\Program Files (x86)\IronRuby
1.1\bin;C:\Ruby193\bin
Should there be anything else I should configure or investigate?
I also tried running ironruby from VS2010SP1 and #Develop 4.2.1, but
couldn’t really get anywhere, so I tried the tutorials, figuring that
these would work…
- Joaquin