[Mono-bugs] [Bug 51281][Nor] Changed - SoapHttpClientProtocol - InvalidCastException when using custom WebResponse (works on MS.NET 1.1)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Nov 2003 06:51:16 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51281
--- shadow/51281 2003-11-22 02:03:39.000000000 -0500
+++ shadow/51281.tmp.16284 2003-11-22 06:51:16.000000000 -0500
@@ -5,13 +5,13 @@
OS Details: Gentoo
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: System.Web
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: lluis@ximian.com
ReportedBy: rsbarro@metaverse.cc
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: SoapHttpClientProtocol - InvalidCastException when using custom WebResponse (works on MS.NET 1.1)
@@ -266,6 +266,9 @@
code executes all of the way through. Try catch the code after line
284 (bool isSuccessful = ...) and return an exception if it fails. Is
there a reason why this solution won't work...?
Thanks,
Rich
+
+------- Additional Comments From lluis@ximian.com 2003-11-22 06:51 -------
+Yeah, the solution is something like this. I'll fix it ASAP.