Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81673 --- shadow/81673 2007-07-11 02:32:29.000000000 -0400 +++ shadow/81673.tmp.3117 2007-07-11 03:16:34.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81673 Product: Mono: Runtime Version: 1.2 OS: unknown OS Details: -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -52,6 +52,19 @@ There's also a memory leak if the exception is triggered more than once for the same method. ------- Additional Comments From [EMAIL PROTECTED] 2007-07-09 12:33 ------- Fixed in SVN now. However, see bugs 82049 and 82050. + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-11 03:16 ------- +Right now, the TypeLoadException does not contain any information as +to the cause of the load failure. Instead we print it to stdout +(including the names of all methods that are implemented, which does +not make much sense). + +Would it be possible to add this information to the TypeLoadException +(like MS does) and no longer print it to stdout: + +System.TypeLoadException: Method 'Stop' in type 'Application.MyClass' +from assembly 'test, Version=0.0.0.0, Culture=neutral, +PublicKeyToken=null' does not have an implementation. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
