[Ironruby-core] The requested feature is not implemented.

2011-12-15 Thread Rob Britton
Hello all, Why might I get the error "The requested feature is not implemented" when calling load_assembly() to load in a Mono-compiled DLL under Ubuntu? When I use the same script to require the same binary under Windows it works fine. Thanks, Rob ___

Re: [Ironruby-core] The requested feature is not implemented.

2011-12-15 Thread Jimmy Schementi
When you say it works on Windows, do you mean Mono on Windows, or .NET? I suspect the same thing happens on Mono on Windows, making it a Mono bug. And does the same thing happen if you build the assembly in Windows? And for what it's worth, that error message does not occur anywhere in IronRuby. ~

Re: [Ironruby-core] The requested feature is not implemented.

2011-12-15 Thread Rob Britton
I haven't tried Mono on Windows no, I mean .NET. The C# project when compiled with VS or Mono doesn't make a difference in Windows, it's just on Linux that it has the issue. Yeah you're right, it's probably a Mono issue, I'll send a message over to them. Thanks! On Thu, Dec 15, 2011 at 2:32 PM,