[Mono-dev] condition `class' not met

2015-07-28 Thread Daniel Kuhne
Hello, I am getting assertion: * Assertion at class.c:5078, condition `class' not met Native stacktrace: mono() [0x48f940] = Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono

[Mono-list] System.InvalidOperationException while trying out Webforms project on Mac (Mono)

2015-07-28 Thread Christian Schmitt
Hello, currently I’m trying out Mono on Mac OS X and later on Linux since we are trying to make our project runnable on these systems however we got a strange error: System.InvalidOperationException With the following stack trace: Exception stack trace: at

Re: [Mono-list] Mono Embedding - List enumeration

2015-07-28 Thread Robert Jordan
Hi, On 27.07.2015 19:53, Henry wrote: Can anyone shed some light on the best way to enumerate a List using mono embedding? I have a managed method that returns a List, I need to enumerate this list in c code using mono embedding. I can't seem to find any documentation or examples on this that

Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Miguel de Icaza
yes, produce a minimal test case that exhibits the issue. On Tue, Jul 28, 2015 at 3:24 AM, Daniel Kuhne dakui...@gmail.com wrote: Hello, I am getting assertion: * Assertion at class.c:5078, condition `class' not met Native stacktrace: mono() [0x48f940]

Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Zoltan Varga
Hi, It is a transient failure when using a mismatching mono runtime and mscorlib.dll. Make sure you are using the latest version of both. Zoltan On Tue, Jul 28, 2015 at 12:22 PM, Daniel Kuhne dakui...@gmail.com wrote: I test with a simple VB.NET Hello World console

Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Alex J Lennon
On 28/07/2015 17:59, Zoltan Varga wrote: Hi, It is a transient failure when using a mismatching mono runtime and mscorlib.dll. Make sure you are using the latest version of both. Zoltan fwiw. You will likely need to ensure that your build of 'mono-native' and 'mono' recipes

Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Daniel Kuhne
I test with a simple VB.NET Hello World console application. Just doing System.Console.WriteLine(). I build with yocto using meta-mono where I am using for mono: c65aec96e46692ae68df34cf0849c8ff6871507e from master branch (git:// github.com/mono/mono.git) and mono-basic 4.0 Using origninal mono