[Mono-bugs] [Bug 79426][Nor] Changed - [PATCH] Assembly loader failures result in FileNotFoundException with message equal to filename

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 21 16:00:50 EDT 2006


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 gert.driesen at pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=79426

--- shadow/79426	2006-09-20 15:58:44.000000000 -0400
+++ shadow/79426.tmp.3709	2006-09-21 16:00:50.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 79426
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
@@ -196,6 +196,9 @@
 ------- Additional Comments From vargaz at gmail.com  2006-09-20 15:58 -------
 Just change the following line in file_not_found2:
 	MonoString *s = mono_string_new (mono_domain_get (), msg);
 to
         MonoString *s = msg ? mono_string_new (mono_domain_get (),
 msg) : NULL;
+
+------- Additional Comments From gert.driesen at pandora.be  2006-09-21 16:00 -------
+Fixed in svn.


More information about the mono-bugs mailing list