[Mono-list] Using Mono
Dietmar Maurer
dietmar@ximian.com
29 Mar 2002 09:06:40 +0100
On Fri, 2002-03-29 at 08:04, Daniel Carrera wrote:
> Thanks for the help.
> Yes, the CVS change did the trick. Mono can now see libraries in the
> current directory.
>
> Now I'm getting a different problem:
>
> [daniel@net104 daniel]$ mono ExampleComp.exe
>
> (process:24626): ** ERROR **: file appdomain.c: line 325 (mono_init):
> assertion failed: (mono_defaults.transparent_proxy_class != 0)
> aborting...
> Aborted
>
>
> Running "mcs" produces the same error. I can't recompile mcs because I
> need csc for that.
>
> Does anyone know what's happening?
>
You need to install a newer corlib.dll
- Dietmar