[Mono-list] dll with same name causes missing method exceptions (mono 0.91)

Erik Pukinskis erik@snowedin.net
Sun, 23 May 2004 02:37:29 -0400


> Executing: mono ClassB.exe
> yields:
> ** (ClassB.exe:32278): WARNING **: Could not load class from token 
> 0x01000002 in /home/dolapo/code/diffname/ClassB.exe
> 
> ** (ClassB.exe:32278): WARNING **: Missing method .ctor in assembly 
> /home/dolapo/code/diffname/ClassB.exe typeref index 2
> 
> Unhandled Exception: System.NullReferenceException: A null value was 
> found where an object instance was required.
> in (unmanaged) Namespace.B.ClassB:Main ()


I've been having the exact same problem, and can't figure it out:

  http://lists.ximian.com/archives/public/mono-list/2004-May/020577.html

I thought it was just a problem with my build environment, but maybe
it's a bug with the beta.  Perhaps one of us should file it in bugzilla.

Erik