[Mono-bugs] [Bug 55277][Wis] Changed - System.Reflection.LoadFrom does not support URIs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 14:18:40 -0400 (EDT)


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

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

--- shadow/55277	2004-05-07 12:11:24.000000000 -0400
+++ shadow/55277.tmp.6035	2004-05-10 14:18:40.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 55277
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: jackson@ximian.com                            
 ReportedBy: crichton@gimp.org               
@@ -20,6 +20,11 @@
 code doesn't seem to understand them.
 
 Looking at the code, it seems like there is no URI parsing code present.
 
 ------- Additional Comments From vargaz@freemail.hu  2004-03-08 12:00 -------
 -> corlib. This should be implemented in managed code.
+
+------- Additional Comments From jackson@ximian.com  2004-05-10 14:18 -------
+Could you post a test case and clarify your description a little? I am
+assuming you mean Assembly.LoadFrom, but a simple test case loading
+from a URI works for me. Thanks!