[Mono-bugs] [Bug 81994][Nor] New - Error in page rendered for .asmx resource
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 2 23:43:58 EDT 2007
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 mmorano at mikeandwan.us.
http://bugzilla.ximian.com/show_bug.cgi?id=81994
--- shadow/81994 2007-07-02 23:43:58.000000000 -0400
+++ shadow/81994.tmp.26462 2007-07-02 23:43:58.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 81994
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: mmorano at mikeandwan.us
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Error in page rendered for .asmx resource
+
+Trying to access a .asmx via its url in a browser, and expected to see the
+dynamically created page that allows you to test the various web service
+methods. I am running this under an existing web application that is
+configured to use a stylesheet theme (via web.config):
+
+
+<pages buffer="true"
+ styleSheetTheme="default">
+ ...
+</pages>
+
+When I access the ASMX, I get the following error:
+
+Server Error in '/' Application
+Using themed css files requires a header control on the page.
+
+Description: Error processing request.
+
+Error Message: HTTP 500. System.InvalidOperationException: Using themed css
+files requires a header control on the page.
+
+Stack Trace:
+
+System.InvalidOperationException: Using themed css files requires a header
+control on the page.
+ at System.Web.UI.Page.OnInit (System.EventArgs e) [0x00000]
+ at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
+namingContainer) [0x00000]
+ at System.Web.UI.Page.InternalProcessRequest () [0x00000]
+ at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
+[0x00000]
More information about the mono-bugs
mailing list