I am using Crystal Report v9x. In the data which is displayed in Crystal Report Viewer having the images. When i am trying to show the reports in the Crystal Report viewer, Images are not showing up.
Can any one give me some idea what to do?
I am using Crystal Report v9x. In the data which is displayed in Crystal Report Viewer having the images. When i am trying to show the reports in the Crystal Report viewer, Images are not showing up.
Can any one give me some idea what to do?
Please also try to change .Net Framework mode from Integrated to Classic in the ApplicationPool configuration (IIS Application Pools)
If you are all alright on the
Web.config
section, and if you are onnetFramework
greater than 4.0 try this.On the
App_Start
Folder, look forRouteConfig.cs
and comment out the following lineHave you tried looking in your Web.config for the CrystalImageHandler (in httpHandlers section)? I had to add a line to get my embedded images to show up: