[Ironruby-core] C# running ruby scripts give error: no such file to load
Eelco Henderichs
lists at ruby-forum.com
Wed Oct 7 09:46:09 EDT 2009
Seemed the script required the 'win32ole' from Ruby and not IronRuby.
Using the IronRuby win32ole class does not give any errors.
Eelco Henderichs wrote:
> Thanks, I wasn't aware I should set all loadpaths from within the
> application to use the 'win32ole'.
>
> Now it finds the win32ole, but it gives an error when trying to execute
> the require.
>
> On require 'win32ole' the following error is displayed.
> The module was expected to contain an assembly manifest. (Exception from
> HRESULT: 0x80131018)
>
> I have no idea what this means.
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list