Hi all,
My system contains Framework 3.5 with visual studio 2008 as well as 2005; here I have developed an application with crystal report with framework 2.0. It is working great in my system but when I upload this project into our production server (Production server only contains Framework 2.0 and IIS) and deployed the site to the production server with necessary assemblies, but it’s getting error as bellow.
In my system I could not find assemblies (CrystalDecisions.ReportAppServer.ClientDoc) (neither.dll file nor in GAC).
Here there is an 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.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 26:
<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 27:
<add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 28:
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 29:
<add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 30:
<add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Source File: C:\inetpub\wwwroot\CrystalTest\web.config Line: 28
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.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].
Please help to resolve this problem it’s too urgent for me.
Thanks
Pratik Kansara
|
|
April 1st, 2008 11:22 PM
# 2
|
Re: Could not load Assemby for crystal report in production server
Just to clarify, are you using ASP (file extension ".asp") or ASP.NET (file extension ".aspx")?
Jared
|
|
May 22nd, 2008 03:18 PM
# 3
|
Re: Could not load Assemby for crystal report in production server
Having the same problem. Can't find any 10.2.3600.0 versions of the CR resdistributable. Tried to alter the web.config to use the last CR 10.5.3700.0 redist but compiled reports still hunt for 10.2. Hate to have to fight to convert the entire solution to VS2008 mostly due to poor CR integration...