In an ASP.NET 2.0 web (web site) application in C#, VS 2005, whenever I open an aspx, which contains the Teleric Q2 2008 report control, in design mode I receive the error below.
"The ReportViewer control failed to setup the http handler in the web.config file. You may experience troubles when viewing the report.
Exception details: This document already has a 'DocumentElement' node."
This is the line I inserted into the web.config file (it was copied out of the chm documentation.).
<add verb="*" path="Telerik.ReportViewer.axd" type = "Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.8.8.925, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
Does anyone know what is the problem here and the fix for it?
Many thanks
Mike Thomas
"The ReportViewer control failed to setup the http handler in the web.config file. You may experience troubles when viewing the report.
Exception details: This document already has a 'DocumentElement' node."
This is the line I inserted into the web.config file (it was copied out of the chm documentation.).
<add verb="*" path="Telerik.ReportViewer.axd" type = "Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.8.8.925, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
Does anyone know what is the problem here and the fix for it?
Many thanks
Mike Thomas