cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports for Visual Studio on Client PC

Former Member
0 Kudos

Hi Guys

I created an application in Visual Studio 2015 and I am using CRforVS_13_0_15. What do I need to install on clients PC's for my application to be able to run and view the reports?

I tried to install the CRRuntime_64bit_13_0_15 but still cannot get my reports to show on client PC.

Brian.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I think made the post too soon, my error was that I needed to install the 32bit Runtime, the 64bit was not working though I was using a 64 bit PC.

Ta.

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

Go here: 

Download either the 32-bit or the 64-bit .msi file.  You'll choose this based on the bit-ness of your application.  You need to check the properties for your app - DO NOT compile for "Any CPU", compile it for either X86 (32-bit) or X64 (64-bit) and use the corresponding .msi file for your install.

-Dell