[Mono-bugs] Mono.CSharp.PendingImplementation:ParentImplements

Roland Wunderling roland@ilog.com
Wed, 13 Nov 2002 14:42:52 -0800


Has anyone else run into this exception when compiling a medium-size project:

Unhandled Exception: System.InvalidCastException: Cannot cast from source type to destination type
in <0x0015c> 00 Mono.CSharp.PendingImplementation:ParentImplements (System.Type,System.Reflection.MethodInfo)
in <0x00196> 00 Mono.CSharp.PendingImplementation:VerifyPendingMethods ()
in <0x00834> 00 Mono.CSharp.TypeContainer:Emit ()
in <0x004da> 00 Mono.CSharp.RootContext:EmitCode ()
in <0x00732> 00 Mono.CSharp.Driver:MainDriver (string[])
in <0x0000b> 00 Mono.CSharp.Driver:Main (string[])

I have some 30000 lines of code spread over 50 source files.

If someone knows anything about this problem and how to avoid it, please let me know.
Thanks,

	Roland