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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Mar 2004 13:32:27 -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 crichton@gimp.org.

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

--- shadow/55277	2004-03-07 13:32:27.000000000 -0500
+++ shadow/55277.tmp.29189	2004-03-07 13:32:27.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 55277
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: crichton@gimp.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Reflection.LoadFrom does not support URIs
+
+S.R.LoadFrom (and I think Load) need to be handle URIs.  However, current
+code doesn't seem to understand them.
+
+Looking at the code, it seems like there is no URI parsing code present.