views:

4103

answers:

2

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.


Hey everyone,

I just deployed our web app to a new server that uses the Crystal Report viewer in several reports in our ASP.NET 3.5 app. I have all the DLLs CR requires...or so i think, in the BIN folder but I am still running into this error. Ive never used CR before so do I need to install anything on the server for the reports to work? This is straight out of VS2008.

Thanks for the help.

+4  A: 

You need to install Crystal on the server using the provided msi for the vs2008 version...

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\CRRedist2008_x86.msi

Installing this will add the required CR assemblies to the GAC. You should not add them to your app's bin folder.

This question may be of interest.

dotjoe
ok..checking it out now.
chopps
dotjoe, I was able to resolve the issues based on your comment. Thank you soooo much!
chopps
A: 

Thanks a million dotjoe. Extremely helpful!!

Ben