views:

989

answers:

3

I hve a collection of crystal reports that contain charts. The look fine locally and when printed, but when viewing them through a web application using a CrystalReportViewer the charts dispay as broken images. Viewing the properties of the broken image show the url as "...CrystalImageHandler.aspx?dynamicimage=crtmpimage_8d12a01f-b336-4b8b-b0c7-83d9571d87e4.png". I have tried adding

    <httpHandlers>
          <add verb="GET" path="CrystalImageHandler.aspx" 
                type="CrystalDecisions.Web.CrystalImageHandler,CrystalDecisions.Web,
                Version=Version=10.5.3700.0, Culture=neutral,
                PublicKeyToken=692fbea5521e1304"/>
    </httpHandlers>

to the web.config as suggested via a google search but that has not resolved my issue.

A: 

What happens if you paste the broken image URL directly into the browser address bar?

John Topley
The referenced url produces a 404 error.
Zappa5
+1  A: 

Maybe a permissions issue on the Crystal libraries?? I've run into that before with Crystal, not specfically the ImageHandler though.

JasonS
A: 

Hello,

Were you able to resolve this? If so would you please share how!

Thanks.

Sam