[Mono-bugs] [Bug 46610][Wis] Changed - XmlDocument.Load inside BeginInvoke doesn't work
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 20 Jul 2003 10:25:58 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46610
--- shadow/46610 Sun Jul 20 10:22:37 2003
+++ shadow/46610.tmp.24246 Sun Jul 20 10:25:58 2003
@@ -1,23 +1,22 @@
Bug#: 46610
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: nat@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: XmlDocument.Load inside BeginInvoke doesn't work
-BugsThisDependsOn: 45870
Attached is a test case.
You will note that:
a) "About to Load" is only printed once, when it should be printed twice
@@ -43,6 +42,9 @@
------- Additional Comments From bmaurer@users.sf.net 2003-07-20 10:22 -------
I just had a friend step into the XML resolver, Microsoft actually
does something similar to what my patch does, it never uses
System.Net.* if the request is for a file.
It is logical, as the net stuff is just overhead for a local file request.
+
+------- Additional Comments From gonzalo@ximian.com 2003-07-20 10:25 -------
+Okay.