[Ironruby-core] require my assembly

2009-01-08 Thread Sam Malone
Hi, I'm new to IronRuby. I'm trying to require a .net assembly but I have the following error message. Any help will be very much appreciated. Note : -- MyApp.Application.dll references MyApp.Core.dll and both are in the same folder C:\MyApp\Trunk\Bin\ Code : -- require

Re: [Ironruby-core] require my assembly

2009-01-08 Thread Michael Letterle
currently, you have to copy MyApp.Core.dll to the location where ir.exe is located. On Thu, Jan 8, 2009 at 1:46 PM, Sam Malone li...@ruby-forum.com wrote: Hi, I'm new to IronRuby. I'm trying to require a .net assembly but I have the following error message. Any help will be very much

Re: [Ironruby-core] require my assembly

2009-01-08 Thread Ivan Porto Carrero
For me it works with a path too http://code.google.com/p/ironruby-dbi/source/browse/trunk/src/ironruby-dbi/dbd-adonet/ADONET.rb But I do use forward slashes It does have some weirdness though, because sometimes I have to actually copy the assembly to the directory where ir.exe lives. I'm not