[Mono-devel-list] Bug in TypeBuilder.DefineMethod()

Don Roberts roberts at refactory.com
Thu May 15 11:35:12 EDT 2003


In our work to get #Smalltalk working under mono we've run into another
bug. Our compiler calls DefineMethod() on TypeBuilder with the 3rd
argument as null. This works under .NET 1.0 and 1.1 but fails under mono
with the following error:

Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required

Is this a bug in mono or a hole in the spec (we've found one of those
already).

Don Roberts
roberts at refactory.com





More information about the Mono-devel-list mailing list