Link to home
Start Free TrialLog in
Avatar of Olukayode Oluwole
Olukayode OluwoleFlag for Canada

asked on

How do I Resovle a Crystal Report Error while runing from my production PC

I have a c# application and use crystal reports for my reporting


My reports reports run fine on my development window 11 PC


I did a build using squirrel and now tried to run same application on a different PC and obtained the error below.

User generated image

I tried to goggle a fix a nd read that i needed to have different compilations for 

for x86 and x64  depending on my target deployment PC


I tried to recompile for x64 because my current deployment Pc is a windows 10

64 bit machine but still got the same error


My development environment is  Visual studio 2019  SP31 and i have the

the run time for 32bit and 64 bit installed


How can i resolve this problem

Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

did you install Crystal Reports Runtimes on your other computer?
Avatar of Olukayode Oluwole

ASKER

No should i have to do that as a part of my standard procedure
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just tried it and it worked Thanks.  
Its probably better for me too since my app must work on 32 or 64 bit PC

Thanks