[Mono-bugs] [Bug 81040][Wis] Changed - Path with spaces causes Assembly.Load to fail

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 5 15:20:56 EST 2007


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=81040

--- shadow/81040	2007-03-05 13:33:10.000000000 -0500
+++ shadow/81040.tmp.30590	2007-03-05 15:20:56.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 81040
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: Windows XP
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: naasking at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -84,6 +84,15 @@
 found: file:///C:/Documents and Settings/Sandro/Desktop/joe-e.dll
 
 
 How often does this happen? 
 
 Every time.
+
+------- Additional Comments From gert.driesen at pandora.be  2007-03-05 15:20 -------
+When you load an assembly by name (using Assembly.Load) the runtime 
+will attempt to load the assembly by scanning the base directory of 
+the appdomain and the GAC for an assembly matching the given assembly 
+name (the actual procedure is more complex, but you get the point).
+
+If you want to load an assembly using a known file path, then use 
+Assembly.LoadFrom.


More information about the mono-bugs mailing list