Click here to Skip to main content
16,016,501 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi.

What is the meaning of the following error:
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.	
F:\Files\2011 Projects\DOTNET\Disengagement detection in online learning\D_Learning\Web.Config	24


I can't run my project because of this error.
Posted
Updated 3-Nov-11 0:36am
v2

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.
 
Share this answer
 
Comments
Raghupathiraja 3-Nov-11 6:48am    
thank u....
there is no file like that in the folder...
now what i want to do, friend...
Amol_27101982, India 3-Nov-11 6:49am    
Most welcome :)
Raghupathiraja 3-Nov-11 6:55am    
how to get that installer file to install...
here we get the install file....

VB
"CRRedist2008_x86.msi" (for 32bit)

 http://resources.businessobjects.com/support/downloads/redistributables/vs_2008/redist/x86/CRRedist2008_x86.msi



"CRRedist2008_x64.msi" (for 64bit)

http://resources.businessobjects.com/support/downloads/redistributables/vs_2008/redist/x64/CRRedist2008_x64.msi




Hope this may help friends who are looking and facing this problem....
 
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