Avatar of brickwork
brickwork
Flag for India asked on

I am getting the error with the cystal reports on the production server

Hi,

I am getting the following error message after publishing the files on the production server. I have purchased the server space on Verio hosting provider. The reports just works fine on our Development server without any issues. I have got the different solutions from the other postings and other forums where it is advised to select the option of ".net frame work for crystal reports" while building up the project. And in the other solution it is been advised to include merge module. However, both of these solutions do not work in my case. This option will work only if I have the privilege of deploying the files on the server using remote desktop connectivity. Where as I have only control panel access through, which I will not be able to do any setup.

Is there any thing which I can do on my end, or do I have to call up the Verio Technical support for the assistance and to resolve the issue?

Thanks for your assistance in advance.

SAM

Detailed Error message:
------------------------------------------------------------------------------------------

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

Source Error:

Line 55:                   </customErrors>
Line 56:
Line 57:                   <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
Line 58:       <location allowOverride="true" inheritInChildApplications="true">
Line 59:             <appSettings>

Source File: D:\Webs\amasis\web.config    Line: 57

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, 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].

________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Crystal Reports

Avatar of undefined
Last Comment
Mike McCracken

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
MonkeyPushButton

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Mike McCracken

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
brickwork

ASKER
Hi,

Thanks for your assistance, to some extent it was helpful for us, however, the issue is not yet resolved. We are getting the following error message:

Could not load type 'CrystalDecisions.ReportSource.EromReportSource' from assembly 'CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'.  

Could you please let us know from where we can get the following file?

CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

We have already the above .dll file installed on our system, but with a different version. So we are looking for CrystalDecisions.ReportSource Version=10.2.3600.0. Let us know any web source from where we can download this. or let us know if there is any alternate way to resolve this issue.

Once again thanks for your help.

SAM

Mike McCracken

You will have to get it from the Crystal site and probably by installing a service pack.

mlmcc
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck