[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:22:37 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=46610
--- shadow/46610 Sun Jul 20 05:53:14 2003
+++ shadow/46610.tmp.21349 Sun Jul 20 10:22:37 2003
@@ -10,13 +10,12 @@
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: nat@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: XmlDocument.Load inside BeginInvoke doesn't work
BugsThisDependsOn: 45870
Attached is a test case.
You will note that:
@@ -37,6 +36,13 @@
------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-07-19 10:25 -------
I've just applied a patch by Ben Maurer.
It is workaround for WebClient (FileWebRequest) problem.
------- Additional Comments From gonzalo@ximian.com 2003-07-20 05:53 -------
We should remove the workaround once bug 45870 is fixed.
+
+------- 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.