[Mono-dev] Re: NET 2.0 in embedded mono 1.1.13
Robert Jordan
robertj at gmx.net
Fri Apr 7 11:49:23 EDT 2006
Hi Thomas,
> Hi Robert,
>
>>> 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.
>
> hmmmm, any examples for that? What _is_ this special entry point?
Nothing special: static void Main () {} ;-)
Robert
More information about the Mono-devel-list
mailing list