Report Viewer Configuration Error

  • Thread starter Darrell Elliott
  • Start date
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!
 
A

Access Developer

This "zombie" newsgroup, which survives in USENET even though it is no
longer supported by Microsoft, is about the reporting feature of Microsoft
Access database software. As best I can tell from your question, very well
described in detail, that is not the "reporting" with which you are having
problems. Microsoft now supports online forums for discussion of and
questions and answers about their software.

--
Larry Linson
Microsoft Office Access MVP
Co-Author, Microsoft Access Small Business Solutions, Wiley 2010

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 appreciate
it.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top