cancel
Showing results for 
Search instead for 
Did you mean: 

CrystalDecisions.CrystalReports.Engine.ReportDucument threw an exception

Former Member
0 Kudos

Hi.

I moving my c# + CR reports app from one server to another, bu I'm missing a file and I don't know where to find it.

When I run a report from my app. I get this errors:

First:

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

...

Please install ...

Second:

CrystalDecisions.CrystalReports.Engine.ReportDucument threw an exception

I have checked the old server to see what I'm missing on the new one, and in the GAC (C:\Windows\Assembly) I can see that I'm missing the following file:

CrystalDecisions.CrystalReports.Design 12.0.2000.0

But I can't find which CRRedist to install to get this file.

Systeminfo:

Both servers: Windows Server 2008 R2, x64

Accepted Solutions (1)

Accepted Solutions (1)

saurabh_pathak
Active Contributor
0 Kudos

Hi,

Top right corner has a text box, do search as this has been answered many times.

I am assuming that you are using CR2008 SP3 + FP 3.1

You would require following:

MSI

https://smpdl.sap-ag.de/~sapidp/012002523100010614582010E/cr2008_redist_fp31.zip

MSM:

https://smpdl.sap-ag.de/~sapidp/012002523100010605982010E/cr2008_mm_fp31.zip

Thanks,

Saurabh

0 Kudos

If you are not on SP 1 then go here to get all patches up to SP4 for your DEV PC and the deployment packages as well.

Don

Former Member
0 Kudos

Hi Saurabh

What is FP 3.1 ?

I'm using Visual Studio 2008 (ver. 9.0.30729.4462) and the Crystal Report that follows with it.

The following files are included in my project as References:

CrystalDecisions.CrystalReports.Engine

Version: 10.5.3700.0

Path:c:\Program Files (x86)\Business Objects\Common\2.8\managed\CrystalDecisions.CrystalReports.Engine.dll

CrystalDecisions.Enterprise.Framework

Version: 10.5.3700.0

Path: C:\Windows\assembly\GAC\CrystalDecisions.Enterprise.Framework\10.5.3700.0__692fbea5521e1304\CrystalDecisions.Enterprise.Framework.dll

CrystalDecisions.Enterprise.InfoStore

Version: 10.5.3700.0

Path:C:\Windows\assembly\GAC\CrystalDecisions.Enterprise.InfoStore\10.5.3700.0__692fbea5521e1304\CrystalDecisions.Enterprise.InfoStore.dll

CrystalDecisions.ReportSource

Version: 10.5.3700.0

Path:c:\Program Files (x86)\Business Objects\Common\2.8\managed\CrystalDecisions.ReportSource.dll

CrystalDecisions.Shared

Version: 10.5.3700.0

Path: c:\Program Files (x86)\Business Objects\Common\2.8\managed\CrystalDecisions.Shared.dll

The installed software on the two servers seams to be identical, and still it dos'nt work.

regards

Benn

saurabh_pathak
Active Contributor
0 Kudos

Hi,

You should have mentioned about the CR version when you created this thread.

FP stands for Fix Pack.

Apply this on your development (where you have VS installed) machine:

SP1:

https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe

Recompile the application.

Use the following run-time on your production machine.

https://smpdl.sap-ag.de/~sapidp/012002523100009351342008E/CRBasicVS2008_redist_x86.zip

Thanks,

Saurabh

Answers (0)