[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:07:45 -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 17:46:29.000000000 -0500
+++ shadow/54493.tmp.23362 2004-02-23 18:07:45.000000000 -0500
@@ -70,6 +70,14 @@
header. I also tried changing the language to "us", then to "ko",
but didn't see any change.
------- Additional Comments From krisolav@hotmail.com 2004-02-23 17:46 -------
One other thing, I built w/ ICU 2.8 and noticed that the Red Hat RPM
is using 2.6.1. Not sure if this relates.
+
+------- Additional Comments From krisolav@hotmail.com 2004-02-23 18:07 -------
+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.