[Mono-bugs] [Bug 76432][Wis] New - XSP fails to compile webservices
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 13 16:20:58 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 idan at fastmail.fm.
http://bugzilla.ximian.com/show_bug.cgi?id=76432
--- shadow/76432 2005-10-13 16:20:58.000000000 -0400
+++ shadow/76432.tmp.8820 2005-10-13 16:20:58.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 76432
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details: Win32 / XP Pro / Mono 1.1.9.1 and 1.1.9.2
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo at ximian.com
+ReportedBy: idan at fastmail.fm
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP fails to compile webservices
+
+XSP fails to compile sample webservice asmx's, or any others.
+
+To replicate:
+
+1. Install a fresh 1.1.9.1/1.1.9.2 mono on win32.
+2. Run XSP 1.0
+3. Go to http://localhost:8088 (or whatever port you set
+4. Scroll to the bottom and click on either of the webservice links.
+
+You'll get an error message to the effect of:
+
+Compilation Error
+Description: Error compiling a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message:
+C:\DOCUME~1\idan\LOCALS~1\Temp\idan-temp-aspnet-0\5513183\83730.0.cs(909,44)
+: error CS1002: Expecting `;'
+
+File name: C:\PROGRA~1\MONO-1~1.2\etc\mono\1.0\DefaultWsdlHelpGenerator.aspx
+
+Source File:
+C:\DOCUME~1\idan\LOCALS~1\Temp\idan-temp-aspnet-0\5513183\83730.0.cs
+
+The lines in question are:
+
+Line 905: req += "HTTP/1.0 200 OK\n";
+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;
More information about the mono-bugs
mailing list