Hello all,
I'm looking for some help with an upgrade issue. I am a newbie in this area so I apologize for my lack of knowledge.
I'm taking over a web site with crystal reports for visual studio 2010. The site is quite complicated. The main site is located on one server(external web hosting) and the reporting feature is located on another (internal office hosting).
When I upgrade to CRforVS2010 production release, the reporting feature bombed. Giving me the following error:
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=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 56:
Line 57: <httpHandlers>
Line 58: <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 59: </httpHandlers>
Line 60:
Source File: C:\inetpub\arcswppi\reporting\web.config Line: 58
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=13.0.2000.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].
My web.config is below
Can anyone help me with this?