Error on other pages when httpModule is in Web.Config

  •  05-12-2009, 9:12 AM

    Error on other pages when httpModule is in Web.Config

    The following error exists only when 
    <add name="CuteWebUI.UploadModule" Type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
    is added to the web.config httpModule.  The error is not taking place on any pages that utilize a Cute control.  Rather, the error occurrs on a page in which i use reference a web service. 


    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
    The request failed with the error message:
     
    Can anyone think why a page not referenceing the control would be having a problem?
View Complete Thread