[Mono-bugs] [Bug 55277][Wis] Changed - System.Reflection.LoadFrom does not support URIs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 12:00:28 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=55277
--- shadow/55277 2004-03-07 13:32:27.000000000 -0500
+++ shadow/55277.tmp.11641 2004-03-08 12:00:28.000000000 -0500
@@ -1,22 +1,25 @@
Bug#: 55277
-Product: Mono: Runtime
+Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
-Component: misc
+Component: CORLIB
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.
+
+------- Additional Comments From vargaz@freemail.hu 2004-03-08 12:00 -------
+-> corlib. This should be implemented in managed code.