[Mono-bugs] [Bug 79715][Nor] Changed - [PATCH] FileNotFoundException if AssemblyName's version does not contain 4 parts

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 21 17:58:39 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=79715

--- shadow/79715	2006-10-21 17:57:40.000000000 -0400
+++ shadow/79715.tmp.10392	2006-10-21 17:58:38.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: FileNotFoundException if AssemblyName's version does not contain 4 parts
+Summary: [PATCH] FileNotFoundException if AssemblyName's version does not contain 4 parts
 
 Currently, AppDomain.Load (AssemblyName) and Assembly.Load (AssemblyName) 
 (and related methods) always throw a FileNotFoundException when a version 
 with less than 4 parts is specified in the AssemblyName.
 
 This is due to a issue in build_assembly_name (assembly.c).
@@ -44,6 +44,14 @@
 
 
 ------- Additional Comments From gert.driesen at pandora.be  2006-10-21 17:57 -------
 Created an attachment (id=17894)
 (Gzipped) tar archive containing standalone repro
 
+
+------- Additional Comments From gert.driesen at pandora.be  2006-10-21 17:58 -------
+Patches for the runtime fix and corlib unit tests have been attached.
+
+I also attached a standalone test app that allows you to reproduce 
+the issue.
+
+Let me know if it's ok to commit.


More information about the mono-bugs mailing list