Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Graph showing with red X After Published To Web Server in crystal report.
Please help me on this.
Posted
Comments
Richard MacCutchan 8-Nov-14 6:11am    
This question contains no useful information; please add proper details of your code and the problem.
SukirtiShetty 8-Nov-14 6:23am    
I have added crystal report aspx page and it works correctly in localhost but after published and hosted in server table will be displayed but graph image is not displaying in the report. I am using IIS version 7 ,Visual Studio 2005 , .Net Framework2.0

1 solution

I solved this by adding

the "handlers" for the crystalImageHandler under "system.webserver" section of the web.config

add name="CrystalImageHandler.aspx_GET" path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" precondition="integratedMode,runtimeVersionv2.0"

Thanks
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900