[Mono-dev] .Net 2.0 code failing on mono

Robert Jordan robertj at gmx.net
Thu Nov 10 18:51:04 EST 2005


> When naively running the client app with mono (1.1.9.2) I get a
> dialougue with 
> ** ERROR **: file class.c line 2233 (mono_class_setup_parent): should
> not be reached aborting...
> With no additional information about the problem.

An assembly is missing.

>  
> Guessing it maybe related to missing assemblies / implementation, I have
> tried:
> mono --trace=M:Assembly:GetTypes
> which produces no information.
>  
> What can I do to find out what is the cause?

MONO_LOG_LEVEL=debug MONO_LOG_MASK=asm mono yourassembly.exe

See mono(1) (man mono)

RObert




More information about the Mono-devel-list mailing list