cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report exception on WPF application when generating report

Former Member
0 Kudos

I have written an application and I used Crystal Report (13.0.12) for reporting . when I install on client PC ... exception occurred when report was generating

i guess may be my CrystalReport Runtime has problem.I installed "CRforVS_redist_install_32bit_13_0_12"

Client spec : Windows 7 32bit

Exception Information :

Problem signature: Problem Event Name: CLR20r3

Problem Signature 01: Test.exe

Problem Signature 02: 0.60.0.89

Problem Signature 03: 54a7ef37

Problem Signature 04: PresentationFramework

Problem Signature 05: 4.0.30319.34209

Problem Signature 06: 5348b261

Problem Signature 07: 67e5

Problem Signature 08: 13

Problem Signature 09: System.ArgumentNullException

OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 1065 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

[ I didn't use Merge Module becuse i create setup file with NSIS if i have to merge module please say about msm file and install directory ]

What should I do?

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi Ali

You must use the MSI, the MSM or the ClickOnce to deploy the CR runtimes.

Links to the runtimes are here:

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Former Member
0 Kudos

Can you help me about merge module ? i have to install merge module in client ?

which  runtime is useful ? MSI Or MSM Or InstallExecutable ?

Thank you !

former_member183750
Active Contributor
0 Kudos

They are all useful. Which one you use depends on you, your app, your audience, etc., For details of difference between MSM, MSI and CLickOnce, see info from Microsoft. However in a nutshell, MSM allows you to add the file to your setup project. MSI is great for server installs - no pretty interface, etc., and the MSI also contains all VC++ dependencies. MSM and CLickOnce do not. ClicKOnce is great for win apps, if you want automatic updates.

Oh. Thing that seems to trip up a lot of people. If your app is 32 bit, deploy 32 bit runtime, irrespective of the OS "bitness".

- Ludek

Message was edited by: Ludek Uher

Answers (1)

Answers (1)

Former Member
0 Kudos

I used runtime but had exception and I written above ... I have to use merge module ?