Click here to Skip to main content
15,917,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Below is my error when i host my application but it is running without any error in local PC

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: 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.

Source Error: 


Line 55:         <add assembly="CrystalDecisions.ReportSource, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
Line 56:         <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
Line 57:         <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 58:         <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 59:         <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

Source File: E:\CustomerData\webspaces\webspace_00118185\wwwroot\laxmanswamy.com\demo\web.config    Line: 57 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



plz help me what to do???
Posted
Updated 20-Apr-12 7:06am
v2

Your config file is referencing Crystal Reports assemblies version 10.5 but it looks like you don't have that version assembly on your system. Hence the error.

Make sure that the version of Crytal dll's referenced in web.config is present on the system.
 
Share this answer
 
Comments
Gopal Rakhal 20-Apr-12 22:43pm    
In my pc its working f9, its not working in web server...
Sandeep Mewara 21-Apr-12 1:27am    
Ok. That means that the version of crystsal dll's on your system is correct and it's not on webserver. Webserer lacks Crystal dlls' of V10.5

Gopal Rakhal 22-Apr-12 4:00am    
thanks, i got it....i need to purchase another
Sandeep Mewara 22-Apr-12 4:49am    
Good to know.
You may want to look at rePORTAL . It lets you quickly publish your Crystal and SSRS reports on the web without any need for coding.
 
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