[Mono-bugs] [Bug 51087][Wis] Changed - can't create xml-rpc.net web service
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Nov 2003 17:04:48 -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=51087
--- shadow/51087 2003-11-18 15:20:03.000000000 -0500
+++ shadow/51087.tmp.25394 2003-11-18 17:04:48.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 51087
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: lluis@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
@@ -161,6 +161,13 @@
I know Lluis has been doing some remoting stuff, so that might be
related. If you can, try to flag him.
------- Additional Comments From james@ximian.com 2003-11-18 15:20 -------
No, I only get the 500 error and trace when the above web.config is in
place....
+
+------- Additional Comments From lluis@ximian.com 2003-11-18 17:04 -------
+The problem is that the web.config file is wrong: the last line should
+be </configuration> and it is <configuration>.
+
+In any case, I fixed a couple of classes so now it throws a more
+meaningful exception.