[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 18:28:17 -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 gonzalo@ximian.com.

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

--- shadow/54493	2004-02-23 18:07:45.000000000 -0500
+++ shadow/54493.tmp.23477	2004-02-23 18:28:17.000000000 -0500
@@ -78,6 +78,18 @@
 A search through the source turns up:
 
 ./System.Web/System.Web.Compilation/TemplateControlCompiler.cs:       
          throw new Exception ("???");
 
 This is the only place I saw that literal being used in the code.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-23 18:28 -------
+You would get a stack trace if that exception is thrown.
+
+I tried IE 6 from windows 2000 and it worked fine (language 'es').
+
+As I cannot reproduce this, would you mind to try
+http://primates.ximian.com/~gonzalo/tmp/System.Web.dll.gz ?
+
+Just use that instead of the System.Web.dll that you have. It should
+print a stacktrace when someone writes "???" to the response stream.
+Can you tell me what's the output, if any?