cancel
Showing results for 
Search instead for 
Did you mean: 

CrystalDecisions.Crystalreports.Engine.ReportDocument

Former Member
0 Kudos
439

Hi friends,

We are having some issues about CrystalDecisions Error.

Our company has a program that run well in every single computer, but have one that show this error

``CrystalDecisions.Crystalreports.Engine.ReportDocument``

After a researches in some forums, we found others users with this same problem, they said to change the option when you`re compiling the program to ``Any CPU``.

We use VisualStudio 2010 to compiling the program. We did what the users said. Change the option to ``Any CPU``, but nothing works.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

moved to CR for VS.

CR runtime is set for the program platform and to the OS platform so if your app is set for 32 bit the use X86 otherwise use x64.

IF your app is meant to run in x86 mode then install the 32 bit MSI, otherwise install the 54 bit MSI

You can get the latest from here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Don

Answers (0)