Crystal Reports Images not showing up
When deploying a .NET web application with Crystal Reports you will need to install the appropriate crystal reports library on the server to use any reports you’ve built.
I recently ran into an issue where Crystal Reports Images (images in a report) would not show up on a new Windows 2003 Server. After extensive web research with no solution in sight I decided to try to solve the problem on my own.
Note: If you’re having problems with the images in the header bar (BusinessObjects toolbar) then please see this site below:
- http://www.gutgames.com/post/Crystal-Reports2c-issues2c-and-fixes.aspx
- or simply google “toolbar images for crystal reports not showing up”
To resolve my error I went into the Web Server(IIS) manager and performed the following steps:
1) Clicked on ‘My Website’ where I was using crystal reports
2) Clicked on ‘Handler Mappings’
3) On the right side under ‘Actions’ I selected ‘Add Managed Handler’
4) Request Path: CrystalImageHandler.aspx
5) Type: CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions…….
6) Crystal Reports Image Handler
7) Press OK
Success!
I was able to track down this issue by looking at the URL for non-working images. All pointed to the following:
http://www.MySite/CrystalImageHandler.aspx?*****useless info******
As you can see, the system is trying to access a handler to read out images specified in the report.
I hope this solution can save you hours of potentially wasted time and frustration.
David Millar, Lead DeveloperMillar, as he is known around the office, is a rock-solid, workhorse coder. If anyone really understands what a chunk of code is doing it’s him. Family, friends, sports, and his wife are the most important things in life to him. He plays sports weekly and golf in the summer when he’s not busy hanging out with friends and family. Recently he got married to his wife Kate in a beautiful ceremony surrounded by friends and family on a perfect summer day. A humanitarian at heart, his positive demeanour is rattled most when “society makes decisions without considering more relevant information from the present”, and people “make self indulgent decisions that hurt society and everyone else”.

October 19th, 2009 at 9:18 am
Hi,
I tried this solution however it did not work for me, so unfortunately the hunt goes on. I already had the entry listed with ‘_GET’ at the end so followed the example above without success.
October 20th, 2009 at 10:48 am
Hi Simon,
Does the header bar images load properly?
If not – check this link out – http://www.gutgames.com/post/Crystal-Reports2c-issues2c-and-fixes.aspx
Good Luck.
-Dave
April 9th, 2010 at 5:11 am
thanks for the nice info, and it’s solved for me and here is my environment
windows 2008 web server 64 bit edition running iis 7.5
regards,
arif budiman
April 26th, 2010 at 12:33 am
Thanks much. Saved me hours of time and research.
Adam
August 2nd, 2010 at 2:49 am
Thanks alot…..i spend 2 days on this problem…atlast u saved me…
thank again…
January 29th, 2011 at 8:12 pm
You the man ! Worked like a charm…Thank you!
February 10th, 2011 at 6:55 am
Thanks a lot… it saved many more unexpected hours for me.
Thanks again.. Mmmmmuaaaah……………
Keep posting
August 31st, 2011 at 9:01 am
Worked like a charm. Saved me loads of code torture
October 5th, 2011 at 8:48 am
Yes, Ravi said it all (ditto) Thanx !! a million times over for saving us a lot of effort. I have 2 production servers and the images showed up on the one, but not the other. Your info was MOST valuable and more so it solved the problem. Thanx for sharing and helping out