Image display problem on crystal report in asp.net page
-
Hi all, I am using crystal report 10 and framework 1.1 to develop a website. I have created 1 report which contain a company logo image.It is working perfectly on local system,but when I release it on testing environment it doesn't show company logo image on report(other all default images print,crytal logo are visible). If I export this report to .pdf it display logo image in .pdf file. Do I need to any access to IIS user or anything else. Please let me know the solution if anybody have any idea about the same. Thanks, Nagraj
-
Hi all, I am using crystal report 10 and framework 1.1 to develop a website. I have created 1 report which contain a company logo image.It is working perfectly on local system,but when I release it on testing environment it doesn't show company logo image on report(other all default images print,crytal logo are visible). If I export this report to .pdf it display logo image in .pdf file. Do I need to any access to IIS user or anything else. Please let me know the solution if anybody have any idea about the same. Thanks, Nagraj
got the same problem any solutıon?
-
Hi all, I am using crystal report 10 and framework 1.1 to develop a website. I have created 1 report which contain a company logo image.It is working perfectly on local system,but when I release it on testing environment it doesn't show company logo image on report(other all default images print,crytal logo are visible). If I export this report to .pdf it display logo image in .pdf file. Do I need to any access to IIS user or anything else. Please let me know the solution if anybody have any idea about the same. Thanks, Nagraj
check if web config does not contains one of the assemlies add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>