[Mono-list] compiling hello.cs

Miguel de Icaza miguel@ximian.com
01 Apr 2002 18:14:02 -0500


Ok, I debugged the problem with Prashant.  The problem is that he is
using the Microsoft or the PNet mscorlib.dll instead of the Mono one.

That configuration is not supported.  You have to use and install the
corlib that comes with Mono.  No exceptions to that.  Anyone trying to
use a different corlib will get a nasty surprise.

Miguel.