*********************
UPDATE
*********************
I was origionally using GIF images and I have updated them to JPG. The problem is still occuring.
I found a reference to adding the following in the web.config...
<httpHandlers>
<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
</httpHandlers>
How do I find the publickeytoken for the version I am using.. v.13.2. I'm not sure how to figure out the values to add this.
*********************
Original Question
*********************
I'm using the free Crystal Reports for VS 2010 and I am working on a VB.Net ASPX app. I am having an issue with images not showing up.
I have an old RPT from from about 2006 or so. When I run these reports they work fine. But the company logo is not showing up. I have opened the RPT files in VS2010 and they look fine. The logo shows up and there are no problems. But when I run the report on the web the reports look fine, data is good, everything is good except for the logos are missing.
I just found a forum reference that says Crystal 2008 does not support GIF. Crystal v.10.2 did... but v.13.x.x.x does not? GIF support was removed? I updated the image to JPG and it is still not working.
What do you have to do to get an image to show up on a report running on a web page?
Jon
Edited by: jrothlander on Jan 5, 2012 6:33 PM
Edited by: jrothlander on Jan 5, 2012 6:42 PM