Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am using crystal report 13.0.2000.0 in ASP.Net 4.0. It is working on my local machine when I run it through visual stdio. But after deploying, I am not able to see report.

When I have checked by inspecting element, I can see below error.

Error

How can I resolved it ? IIS 8 is installed on server and I have also included aspnet_client folder in a root directory.
Posted

I think you need to install Crystal report runtime/redistributable framework (and CR viewer if I remember right) on the deployment machine.
Check at http://scn.sap.com/docs/DOC-7824?rid=/webcontent/uuid/d01fdad8-44e5-2d10-61ad-9d2d4158f3a8[^]

Hope that helps
 
Share this answer
 
Comments
raju@shekhar 22-Jan-15 3:27am    
It is already installed on deployment machine
Please find "Inetpub/wwwroot" folder in your C: drive Which contains "aspnet_client" folder. Simply copy this folder and paste it to your publish code folder.And then check its working.
 
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