Crystal Report - Text shows up, but images don´t

 
Vista:

Text shows up, but images don´t

Publicado por Siz (14 intervenciones) el 05/09/2007 09:12:23
Hi,

i have writen a webpart with crystalreportviewer in vs 2005 . Text shows up, but images don´t. I think the CrystalImageHandler.aspx is the problem. I added the crystal assemblies to bin-folder+GAC and following lines to web.config, but i have no clue what to do now...

Code Snippet

<appSettings>
<add key="CrystalImageCleaner-AutoStart" value="true" />
<add key="CrystalImageCleaner-Sleep" value="60000" />
<add key="CrystalImageCleaner-Age" value="120000" />
</appSettings>
...

<assemblies>
<add assembly="CrystalDecisions... /> /Crystal -assemblies
</assemblies>
...

<httpHandlers>

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

</httpHandlers>

How has this webpart to be deployed?

can anyone help?

regards
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder