[Mono-devel-list] SRE generated assembly aborts the mono runtime
Rodrigo B. de Oliveira
rbo at acm.org
Tue Jan 20 19:01:31 EST 2004
----- Original Message -----
From: "Michal Moskal" <malekith at pld-linux.org>
> ...
>
> Try it with *current* CVS. I posted very similar report today, and it
> was fixed. For now just try replacing:
>
> Type app = type.CreateType();
> _asmBuilder.SetEntryPoint(app.GetMethod("Main"));
>
> with:
>
> type.CreateType();
> _asmBuilder.SetEntryPoint(type.GetMethod("Main"));
>
It works after the change. Thks. I'll try the current CVS also.
Rodrigo
More information about the Mono-devel-list
mailing list