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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76533 --- shadow/76533 2005-10-24 06:48:19.000000000 -0400 +++ shadow/76533.tmp.21265 2005-10-24 06:48:19.000000000 -0400 @@ -0,0 +1,79 @@ +Bug#: 76533 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web.Services +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of 'text/html', but expected 'text/xml' + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +i have written a webservice which returns a dataset. my web method fill +dataset with 150 tables, after compliting 100 table it throwing following +error + +An unhandled exception of type 'System.InvalidOperationException' +occurred in system.web.services.dll + +Additional information: Client found response content type +of 'text/html', but expected 'text/xml'. +The request failed with the error message: +-- +<html> + <head> + <title>Server Unavailable +</title> + </head> + <body> + <h1><font face=Verdana color=#ff3300>Server Application Unavailable +</font></h1> + <p> + <font face=Verdana> + The web application you are attempting to access on this web +server is currently unavailable. Please hit the + +"Refresh" button in your web browser to retry your request. +</p> + <p> + <b>Administrator Note: +</b> An error message detailing the cause of this specific request +failure can be found in the application event log of the + +web server. Please review this log entry to discover what caused this +error to occur. + </p> + </body> +</html> + +--. + +can anybody give me the solution. + +Thanks +sai +Steps to reproduce the problem: +1. +2. +3. + +Actual Results: + + +Expected Results: + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
