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
-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.
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: [
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
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
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
> 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
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