Hi Claus, Claus Trojahn wrote: > i'm just starting with mono. So i created two test classes TestClass1 and > TestClass2 and compile them to TestClasses.dll. I have a class Program.cs > which references TestClasses.dll and is compiled to TestClasses.exe. If i > run the Program mono throws a System.TypeLoadException. If i change -out to > Test.exe everything runs fine. > > > > So, is it possible to have same name for .dll and .exe ?
This is a known issue: http://bugzilla.ximian.com/show_bug.cgi?id=78165 Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
