D
Darrell Elliott
Good morning,
I have had a bit of a struggle with a report viewer error that I'm receiving. I did several searches over a few days and tried all recommendations with no luck. I was hoping someone here can give me a hand when they have time..
I am trying to load a .rdlc report from a new project. I have registered the Microsoft.ReportViewer.WebForms dll and included the following below in the web.config file under <system.webServer>
<add name="ReportViewerWebControlHandler" preCondition="integratedMode"verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
However, I am still receiving an error when I launch the page with the reportviewer on it. Here is the error:
The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.webServer/handlers section for Internet Information Services 7 or later.
If anyone can point me in the right direction, I would certainly appreciateit.
Thanks!
I have had a bit of a struggle with a report viewer error that I'm receiving. I did several searches over a few days and tried all recommendations with no luck. I was hoping someone here can give me a hand when they have time..
I am trying to load a .rdlc report from a new project. I have registered the Microsoft.ReportViewer.WebForms dll and included the following below in the web.config file under <system.webServer>
<add name="ReportViewerWebControlHandler" preCondition="integratedMode"verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
However, I am still receiving an error when I launch the page with the reportviewer on it. Here is the error:
The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.webServer/handlers section for Internet Information Services 7 or later.
If anyone can point me in the right direction, I would certainly appreciateit.
Thanks!