on 2012 Jan 05 5:00 PM
*********************
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
See if [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343337333133323334%7D.do] Kbase will help.
- Ludek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ludek,
Thanks. That did help.
After poking around through those I figured out that on Win7 development machine you need it in the httphandler... on a Win2008 server you need it in the web.server/handler section. The settings for the server were in the doc you link to in your reply. Thanks for sending that.
Jon
I guess I answered my own question in the end.
I found a reference to assembly v. 13.0.2000.0 in the web.config. So I copied the values down from there and into the HTTP handler. That is working. Oddly, it is working for the GIF images as well.
I woudl still like to confirm that GIF images are not supported in CR 13.2. They do load from the older RPT reports. So they seem to work if they are already there. Just not if you have to add them. That seems odd. Can someone please confirm this? I cannot add new GIF images because the CR design view will not support them. But if they were already there from reports created in v.10.2, they work fine... once the HTTP handler is added.
Best regards,
Jon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.