[Mono-list] Problem loading assembly

Robert Jordan robertj at gmx.net
Thu Nov 18 13:03:21 EST 2010


On 18.11.2010 18:30, Fede wrote:
> Hi!
>
> I'm using the embedding API to load an assembly that for some reason fails.
> The assembly in question is this:
> http://www.filedude.com/download/khjyqeEI6Cff74766c5e
>
> If I try to run it with the Mono command line program I get this error:
>
> * Assertion at image.c:1252, condition `!image' not met
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
> The strange thing is that I know that it's a valid assembly, and in fact I
> analized it with MoMA and it says that everything is fine (all methods exist
> in Mono, no P/Invokes are called, etc).
>
> I'm using Mono 2.8 on Windows.
>
> Any tips on why Mono can't open this assembly but MoMA can?

The file is a mixed mode C++ assembly. Those assemblies
are not supported by Mono.

Robert



More information about the Mono-list mailing list