PDA

View Full Version : ReportViewer Not Working After Migration


NewMind
05-01-2008, 12:05 AM
I found the problem!!!


See this:


http://otkfounder.blogspot.com/2007/11/solving-reportviewer-rendering-issue-on.html


You basiclly have to add the following line to your Web.config under the System.WebServer Handlers.
[quote]




<system.webServer>


<handlers>

[b]


<add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified" /></BLOCKQUOTE>


</handlers>


</system.webServer></CODE>

[b]


</BLOCKQUOTE>

wisemx
05-01-2008, 12:36 AM
Wow, I'm really glad you found that...Thanks for posting. http://community.discountasp.net/emoticons/wink.gif

NewMind
05-01-2008, 11:48 AM
I just migrated to Windows 2008/ IIS 7. Now ALL of my ReportViewer objects are coming up blank. The only thing that shows up is the tool bar, and the toolbars icon images are all litlle red Xs like the images can not be found. (See attached screenshot)

Please HELP!