Re: [Ironruby-core] Problems with 1.1.3

2014-05-09 Thread Lee-Roy A.
I tried a couple of these suggestions however on my machine I have for some reason 2 instances of IronRuby installed which seems to have conflicted with what was referenced by the app that I was running even through the correct .dll's where in the bin. Uninstalling all instances and running sol

Re: [Ironruby-core] Problems with 1.1.3

2012-11-29 Thread j.barrett s.
Encountering the same issue here. I have references to : IronRuby.dll, IronRuby.Libraries.dll, Microsoft.Scripting.dll, Microsoft.Scripting.Metadata, Microsoft.Dynamic.dll. The top of my stack looks like : MissingMethodException: Method not found: 'Microsoft.Scripting.Actions.Calls.OverloadInf

Re: [Ironruby-core] Problems with 1.1.3

2012-11-14 Thread Josh Gough
I am getting the same issue, but I installed IronRuby from the NuGet package. I'm attempting to upgrade the code from this: http://blogs.msdn.com/b/nblumhardt/archive/2008/12/09/hosting-ruby-parts-in-mef.aspx I had gotten everything to compile and it got past initial engine load and assembly l

Re: [Ironruby-core] Problems with 1.1.3

2012-08-12 Thread Joaquin Menchaca
I uninstalled 1.1.3, and installed 1.0.  The tutorials do not work, as they require rake.  However, the code I made (partly auto-generated from designer with #Develop) works fine.  So, it's a SUCCESS. I looked at the install, and all the needed dependent libraries are installed, and required ch

Re: [Ironruby-core] Problems with 1.1.3

2012-08-11 Thread Orion Edwards
, such as: > > "C:\Program Files (x86)\IronPython 2.7\Platforms\Net40" > > - Joaquin > > -- > > Message: 7 > Date: Thu, 09 Aug 2012 16:06:58 +0200 > From: Alexander Ranger > To: ironruby-core@rubyforge.org > Subject: Re: [Ir

Re: [Ironruby-core] Problems with 1.1.3

2012-08-11 Thread Joaquin Menchaca
ram Files (x86)\IronPython 2.7\Platforms\Net40"  - Joaquin -- Message: 7 Date: Thu, 09 Aug 2012 16:06:58 +0200 From: Alexander Ranger To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Problems with 1.1.3 Message-ID: <71efcc4953fc59eb694b0dadd791c...@ru

Re: [Ironruby-core] Problems with 1.1.3

2012-08-09 Thread Alexander Ranger
Did you added references to your project in VS2010? Make references to IronRuby.dll, IronRuby.Libraries.dll, Microsoft.Scripting.dll, and Micrsoft.Scripting.Core.dll Although Microsoft.Dynamic.dll does not need referenced, it must be in the directory of the executing assembly. That's how it wor