[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 09:43:39 -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 09:42:21 2003
+++ shadow/40306.tmp.15025	Wed Mar 26 09:43:39 2003
@@ -1,17 +1,17 @@
 Bug#: 40306
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: imitko@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: mono_assembly_open fails under WIN32 platform
@@ -165,6 +165,9 @@
       Assembly a;
       a = Assembly.LoadFrom ("file://c:/test/test.dll");
       Console.WriteLine (a);
     }
 }
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-26 09:43 -------
+Yeah. Just checked it. I'll fix this.