Re: [Ironruby-core] Loading Assemblies

2009-01-12 Thread Ben Hall
From: ironruby-core-boun...@rubyforge.org > [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ben Hall > Sent: Monday, January 05, 2009 2:51 AM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Loading Assemblies > > I'm back in the office so decide

Re: [Ironruby-core] Loading Assemblies

2009-01-05 Thread Curt Hagenlocher
-core@rubyforge.org Subject: Re: [Ironruby-core] Loading Assemblies I'm back in the office so decided to give this another go. The problem is, it appears to keep attempting to load a particular assembly, resulting in a stackoverflowexception. The method Assembly.load_from(path) never appears to return.

Re: [Ironruby-core] Loading Assemblies

2009-01-05 Thread Ben Hall
how IronPython deals with the issue. > > -Original Message- > From: ironruby-core-boun...@rubyforge.org > [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ben Hall > Sent: Wednesday, December 10, 2008 1:12 AM > To: ironruby-core@rubyforge.org > Subject: Re: [

Re: [Ironruby-core] Loading Assemblies

2008-12-10 Thread Curt Hagenlocher
PROTECTED] On Behalf Of Ben Hall Sent: Wednesday, December 10, 2008 1:12 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Loading Assemblies Thanks for the responses. Tomas is right, the appdomain didn't work (plus, it feels as dirty as copying all the assemblies). I wanted to

Re: [Ironruby-core] Loading Assemblies

2008-12-10 Thread Ben Hall
is. > > We are working on improving assembly loading for IronRuby. > > Tomas > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thibaut Barrère > Sent: Tuesday, December 09, 2008 11:46 AM > To: ironruby-core@rubyforge.org &g

Re: [Ironruby-core] Loading Assemblies

2008-12-09 Thread Tomas Matousek
PROTECTED] On Behalf Of Thibaut Barrère Sent: Tuesday, December 09, 2008 11:46 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Loading Assemblies > require 'C:\Program Files\SDK\a.dll' > require 'C:\Program Files\SDK\b.dll' > require 'C:\Program Files

Re: [Ironruby-core] Loading Assemblies

2008-12-09 Thread Thibaut Barrère
> require 'C:\Program Files\SDK\a.dll' > require 'C:\Program Files\SDK\b.dll' > require 'C:\Program Files\SDK\c.dll' Never tried that with IronRuby, but would the following work ? $LOAD_PATH << 'C:\Program Files\SDK\' -- Thibaut > > B has a dependency on a. a loads file, but when loading b.dll

Re: [Ironruby-core] Loading Assemblies

2008-12-09 Thread Curt Hagenlocher
Few things in CLRland are more frustrating than the Fusion loader. Your simplest short-term fix is probably to set the probe path in ir.exe.config: (Disclaimer: haven't tried this myself yet) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT