Click here to Skip to main content
15,886,046 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all.

I have a web project that I am trying to deploy on my server. I do all of the setups and everything works out. When I access the web site and type in the link I get a Configuration Error.
Here is the error message I get:

HTML
 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.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 22:         <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 23:         <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 24:         <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
Line 25:         <add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
Line 26:         <add assembly="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>


Source File: A:~\web.config    Line: 24 

Can someone help me with this error? What caused it and why?
Posted
Comments
Abhishek Pant 25-Feb-14 10:39am    
CrystalDecisions.Web related dll is not uploadeded correctly.
Computer Wiz99 25-Feb-14 10:44am    
Ok. How can i fix it? Where do I need to go?
Abhishek Pant 25-Feb-14 10:56am    
check your dll uploads and iis config[^]
bbirajdar 25-Feb-14 11:59am    
install the crystaldecisions redistributable on the server

1 solution

You have to install the crystal reports runtime framework in server.

Check here & for more details you could try their forums
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads[^]
 
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