Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
C#
Why Crystal Report Tool Bar Images are not displayed after deploying in IIS 7?


I am getting the images with it's functionlaity like print etc while running locally.
But after deployment the tool bar images are invisible.

What I have tried:

Added asp.netclient with in c:\inetpub\wwwroot but the crystalreportviewer folder where images set are not seen.
Posted
Updated 27-Apr-16 19:22pm
v2

1 solution

The issue is basically toolbar images are taken from aspnet_client folder(c:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727).

Solution:
1) First Copy your crystal report files from your machine to server those are exists in C:\Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\ CrystalReportWebFormViewer4 path

2.Get those files and place it in your server under C:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727 folder

3.After replacing files restart your website or IIS then it will work
 
Share this answer
 

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