[Mono-bugs] [Bug 40306][Wis] Changed - mono_assembly_open fails under WIN32 platform

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 26 Mar 2003 08:57:40 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/40306	Wed Mar 26 08:55:39 2003
+++ shadow/40306.tmp.24491	Wed Mar 26 08:57:39 2003
@@ -136,6 +136,13 @@
 c:\lala\lele
 
 It works under windows. If I try this under linux it returns
 '/c:/lala/lele'.
 
 So, does MS load the assembly when you use 'file://c:/assemblyname.dll'?
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-26 08:57 -------
+"A little experiment with explorer on Windows XP shows that
+file://c:\temp is resolved correctly. "
+
+Yeah. Also mozilla does it. But the URL is changed to
+"file:///c:/temp" right after hitting <enter>.