this will never work b/c the CrystalImageHandler.aspx page is not in my website but under: crystalreportviewers115 where i would think it should be.
Other than the chart image being broken the report works, I can even export it to PDF and see the chart. Anybody have any clue as to what is going on here? I feel like it's a simple configuration problem I'm just missing.
Bradsharp
Member
100 Points
20 Posts
Crystal Reports XI Release 2 Charts not working
Jun 14, 2006 04:34 PM|LINK
Here's what is happening. I have dropped a crystal viewer control on my page and in the web.config file I have this:
<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
when I run the program and pull up my chart I just get a red X. I right click on the broken link and find this:
http://localhost/Dreport2Test/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_d5d08d6d-a5fa-4926-8fba-13ff4ad1250c.png
this will never work b/c the CrystalImageHandler.aspx page is not in my website but under: crystalreportviewers115 where i would think it should be.
Other than the chart image being broken the report works, I can even export it to PDF and see the chart. Anybody have any clue as to what is going on here? I feel like it's a simple configuration problem I'm just missing.
Help!
Brad