Hello - I am trying to get the ReportViewer to work on my site. I have made the following changes to my web.config file: Added to the "httpHandlers" section: <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> Added to the "handlers AccessPolicy" section in "system.WebServer" (per Winhost instructions, using IIS): <add name="ReportViewerWebControl" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified" preCondition="integratedMode" /> Changed trust level: <trust level="Full" /> ...but, while I see the ReportViewer window loading correctly on the webpage in question, I am still getting this error message: Could not load type 'Microsoft.Reporting.WebForms.HttpHandler' What am I missing? Thanks!
It should be on your computer when you installed report viewer to start designing and coding your report. Try looking at this link. http://www.kodyaz.com/articles/assembly-Microsoft.ReportViewer.WebForms.aspx