Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all..
plz help...,
i want to show image in crystal report for that i use insert --> picture option of crystal report. using this option it works on locally but on web server image not displaying correct it display just black space.
image comes from browsing.
thanks in advance...
Posted

1 solution

Check whether you add the following handler under httpHandlers of web.config:

HTML
<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web,Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />


Hope, it resolves the image issue.
 
Share this answer
 
Comments
dA.d 27-Feb-12 23:30pm    
this error comes "Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900