views:

57

answers:

3

I am getting error as below

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,

 Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' 
 or one of its dependencies. The system cannot find the file specified
A: 

I think the error is self-explanatory.
first probe: Is the DLL already in GAC (with given name, version)?
i.e Are the Crystal Report assemblies deployed, specifically those that were targeted while in development?

shahkalpesh
A: 

Google gave me this one as the first result. This didn't work?

http://programminggems.blogspot.com/2006/09/could-not-load-file-or-assembly.html

Shoban
A: 

Crystal Reports components must be installed on the web-server, as they have COM dependencies.

Craig