[Mono-bugs] [Bug 54493][Wis] Changed - Web service overview web page displays "???"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 23 Feb 2004 21:10:18 -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 krisolav@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54493

--- shadow/54493	2004-02-23 20:37:07.000000000 -0500
+++ shadow/54493.tmp.24338	2004-02-23 21:10:18.000000000 -0500
@@ -160,6 +160,21 @@
 ()
         at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke()
         at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke()
         at Mono.ASPNET.Worker.Run()
         at System.MulticastDelegate.invoke_void_object()
 
+
+------- Additional Comments From krisolav@hotmail.com  2004-02-23 21:10 -------
+Turns out:
+    /usr/local/etc/mono/DefaultWsdlHelpGenerator.aspx
+had the following line that has been causing the problem:
+
+<%@ Import Namespace="System.Collections" %>
+
+I removed those characters before the '<', and it displayed 
+correctly.  I looked in the tree where I installed from, and this 
+file:
+
+~/mono-0.30.1/data/DefaultWsdlHelpGenerator.aspx
+
+Also had those characters.