[Mono-bugs] [Bug 76432][Nor] Changed - XSP fails to compile
webservices
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 14 05:04:51 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76432
--- shadow/76432 2005-10-14 00:06:28.000000000 -0400
+++ shadow/76432.tmp.16538 2005-10-14 05:04:51.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 76432
-Product: Mono: Class Libraries
+Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details: Win32 / XP Pro / Mono 1.1.9.1 and 1.1.9.2
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: Sys.Web
-AssignedTo: gonzalo at ximian.com
+Component: Basic
+AssignedTo: mono-bugs at ximian.com
ReportedBy: idan at fastmail.fm
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: XSP fails to compile webservices
@@ -46,6 +46,10 @@
Line 906: req += "Content-Type: text/xml; charset=utf-8\n";
Line 907: req += "Content-Length: " + GetLiteral ("string") + "\n\n";
Line 908:
Line 909: MimeXmlBinding mxb = (MimeXmlBinding)
obin.Output.Extensions.Find (typeof(MimeXmlBinding)) as MimeXmlBinding;
Line 910: if (mxb == null) return req;
+
+------- Additional Comments From gonzalo at ximian.com 2005-10-14 05:04 -------
+The error is a compiler error. The program generated is correct.
+I think this was fixed after 1.1.9.2
More information about the mono-bugs
mailing list