I've had crystal reports running for some time on our dedicated Internet server. This has been working OK for the last 10 months.
I've added a new report which now uses charts however I'm having problems in that the chart does not get displayed. No red cross, just a blank white image with no chart.
I've reviewed many support forums and as a result have doubled checked all entries in my web.config and file permissions on temporary file locations. Everything seems OK...
I would point the blame at either something to do with the handlers surrounding CrystalImageHandler.aspx or file permissions, but what I don't understand is that embedded images within the report are working perfectly OK. It is just the chart which is not showing.
I double checked the image http location and both my embedded image and chart use the CrystalImageHandler.
Embedded Image:
Chart:
Even tried these in new browser windows. The first address shows, the second just shows a blank image.
I've tried the exact same report from my local host and it works perfectly ok.
I've also tried running procmon on the server to try and identify any ACCESS DENIED messages but none are shown.
Any ideas to what might be wrong?
Im using Crystal Reports 2008 with .Net 3.5 (Visual Studio 2008) on IIS7 Windows 2008 Server.
Thanks in advance.
James