[Mono-dev] embedded mono and .NET 4.0 assemblies [peculiar error]

Robert Jordan robertj at gmx.net
Fri Nov 4 14:51:06 EDT 2011


On 04.11.2011 19:32, Jonathan Shore wrote:
> Note that I am not initializing mono_domain_assembly_open() with an exe, rather with a dll.  Perhaps there is some setup I need to do?

How are you initializing the runtime exactly (code)?

You probably need mono_jit_init_version() or alternatively
pass a .NET 4.0 assembly to mono_jit_init().

Robert



More information about the Mono-devel-list mailing list