Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting below error when I hosted my application in web server, how to solved this problem

"Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified."

Thanking You
Posted

1 solution

Hi,
It seems Crystal Report dlls is missing on the server. You have to install Crystal Report on the server.
Go to C:\Program Files\Microsoft Visual Studio 9.0\Crystal Reports\CRRedist\IA64

Copy CRRedist2008_ia64.msi on the server and install it.

It will install required dlls on the server
 
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