Vivek P
Vivek P

Reputation: 143

Windows Application installation on a 64 bit OS windows 10

I am running a setup of Windows application on a windows 10 64 bit OS. Previously the win forms app had been running on 32bit windows 7 Os for last 14 years.

Every module works fine but not reports (crystal reports).

After installation the application is in Program files(x86). I installed CRforVS_redist_install_32bit_13_0_19. I installed CRforVS_redist_install_64bit_13_0_19.

Still the error shows

enter image description here

Please help.

Upvotes: 1

Views: 585

Answers (1)

samithagun
samithagun

Reputation: 693

This might mean that you need to have correct Crystal runtime. X64 for 64 bit machine and X86 for 32 bit machine.

Here is a list of all Crystal runtimes: Crystal Reports Runtime Distribution & Supported Operating Systems

Upvotes: 2

Related Questions