Quantcast
Viewing all articles
Browse latest Browse all 3636

Image is not showing in Crystal Report Viewer rendering in ASP.NET 4.5 web

Hello all,

I used CRforVS_13_0_12 version for Visual Studio Pro 2013 when creating a Crystal Report. There is an issue that image not showing Crystal Report viewer in ASP.NET page either IE or google chrome browser but I can see the image when export them. I search several answers but nothing address my issue in web.config. I never have this issue when working with VS 2010.

Here is my web.config that relate to image as following:

<httpHandlers>
<add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
validate="false" />
</httpHandlers>
</system.web>
<system.webServer>
<modules>
<remove name="FormsAuthentication" />
</modules>
<handlers>
<add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode" />
<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" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />

Are there anything missing need to be corrected in my web.config?  Anyone found the solution how to walk around, please help. Thanks in advance.


Viewing all articles
Browse latest Browse all 3636

Trending Articles