cancel
Showing results for 
Search instead for 
Did you mean: 

Error Running Crystal Reports VS .Net Framework 2.0 / Windows 2003 x64

Former Member
0 Kudos

While running crystal reports, we get the following event log.

General Information

*********************************************

Additional Info:

BaseCategory: System

SubCategory: System

Remarks: Generate Report

ExceptionManager.MachineName: MTHAPP2

ExceptionManager.TimeStamp: 19-08-2009 18:37:02

ExceptionManager.FullName: Microsoft.ApplicationBlocks.ExceptionManagement, Version=1.0.2397.18660, Culture=neutral, PublicKeyToken=null

ExceptionManager.AppDomainName: /LM/W3SVC/1/Root/mth-1-128951606729062500

ExceptionManager.ThreadIdentity: PROADM

ExceptionManager.WindowsIdentity: NT AUTHORITY\NETWORK SERVICE

1) Exception Information

*********************************************

Exception Type: System.TypeInitializationException

TypeName: CrystalDecisions.CrystalReports.Engine.ReportDocument

Message: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.

Data: System.Collections.ListDictionaryInternal

TargetSite: Void Finalize()

HelpLink: NULL

Source: CrystalDecisions.CrystalReports.Engine

StackTrace Information

*********************************************

at CrystalDecisions.CrystalReports.Engine.ReportDocument.Finalize()

2) Exception Information

*********************************************

Exception Type: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException

ErrorID: LoadingReportFailed

Message: An error has occurred while attempting to load the Crystal Reports runtime.

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.

Data: System.Collections.ListDictionaryInternal

TargetSite: Void CheckForCrystalReportsRuntime()

HelpLink: NULL

Source: CrystalDecisions.CrystalReports.Engine

StackTrace Information

*********************************************

at CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime()

at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

PLEASE HELP !! THIS IS REQUIRED URGENTLY !! THANKING IN ADVANCE..

Accepted Solutions (1)

Accepted Solutions (1)

former_member184995
Active Contributor
0 Kudos

Please search the forums as there have been many questions on this same issue.

Rebuild the application as an x86 application instead of AnyCPU or X64.

Run IIS in 32 bit instead of 64 bit mode.

[Here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e] is an article on this subject.

Former Member
0 Kudos

Running the IIS in 32-bit mode won't solve the issue.

We need to run the application in 64-bit mode.

Isn't there any solution so that the application can be run in 64-bit mode?

Please help..

former_member183750
Active Contributor
0 Kudos

Depends on version of CR you are using. Only CR 10.2 (bundles with .NET 2005) and CR 10.5 (bundles with .NET 2-008) are 64 bit. This is covered ad nauseam in these forums, a number of notes in our [notes database|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true] and the article Jason sent a link to. I really don't know what more you are looking for(?). With all due respect, I am pretty sure that asking these questions over and over and over will not change the reality of the situation...

Ludek

Former Member
0 Kudos

Thanks, the problem got resolved compiling to target as 32-bit and installing 32-bit merge modules.

Answers (0)