Re: [Ironruby-core] Testing with IronRuby Query

2009-12-30 Thread Jimmy Schementi
e.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Wednesday, December 23, 2009 10:59 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Testing with IronRuby Query when you do require 'MyAssembly.dll' ironruby looks in it's sea

Re: [Ironruby-core] Testing with IronRuby Query

2009-12-23 Thread Ivan Porto Carrero
when you do require 'MyAssembly.dll' ironruby looks in it's search paths to see if it can find the file in one of those locations. If it exists it will just load the file with Assembly.LoadFromPath Not much magic You may have to change the trust level in your .net security configuration to allow