mohammed naseralla
mohammed naseralla

Reputation: 5

crystal reports not work in client machine with "error '713' Application-defined or object-defined error"

I have a Crystal 8.5 Report in a VB6 application. The crystal report not run on client machine and get error

"Run-time error '713' Application-defined or object-defined error".

But the crystal report work on programmer machine.

how to run the crystal report successfully on client machine ?

With Thanks.

Upvotes: 0

Views: 605

Answers (1)

VanGogh Gaming
VanGogh Gaming

Reputation: 466

Crystal Reports is a separate control (OCX) file that needs to be packaged together with your application (EXE) because your client doesn't have it installed on his machine. That's why you need to create an installation package.

Have you tried packaging the application in the form of an installation kit with the "Package and Deployment Wizard" in your Visual Studio installation? That should include all dependencies necessary to run on client machines.

Upvotes: 3

Related Questions