background top

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:

Image showing the configuration variables entered into new Handler1) 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.


Millar GolfingDavid Millar, Lead Developer
Millar, 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”.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • Reddit
  • TwitThis

9 Responses to “Crystal Reports Images not showing up”

  1. Simon Says:

    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.

  2. Dave Says:

    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

  3. Arif budiman Says:

    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

  4. Adam Olsen Says:

    Thanks much. Saved me hours of time and research.

    Adam

  5. saneesh Says:

    Thanks alot…..i spend 2 days on this problem…atlast u saved me…
    thank again…

  6. Xyz Says:

    You the man ! Worked like a charm…Thank you!

  7. Ravi Says:

    Thanks a lot… it saved many more unexpected hours for me.
    Thanks again.. Mmmmmuaaaah……………
    Keep posting

  8. Larry Says:

    Worked like a charm. Saved me loads of code torture

  9. Liesl Murdoch Says:

    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

Leave a Reply