Thomas,

i'm sure that's a dumb question, but i'm clueless about its solution....

In my classes i'm using the NET 2.0 class System.Reflection.Emit.DynamicMethod, which i compiled with Microsoft Visual C# 2005. When i want to load those assemblies into my embedded mono engine i get the error pasted below.
Is that a mono bug or do i have to enable NET 2.0 features somehow?

It's a feature. IIRC, you first need to execute the entry point
of a 2.0 assembly. This will activate the 2.0 profile.

Robert

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to