cancel
Showing results for 
Search instead for 
Did you mean: 

Assembly Error During Runtime

Former Member
0 Kudos

I have a C# application that I built to generate reports and export them to PDF. It runs fine on my machine (when debugging and when compiled to an .exe). When I try to run it on other machines, I get an error:

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0

I thought the assembly would be included with the .exe file when it is compiled, but apparently it is not.

Am I doing something wrong or is there something I have to do to get this to work successfully?

Thanks

Dan

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

You need to deploy the CR runtime. It is not included with the app exe...

See [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10ae17a6-a41d-2b10-eb9f-8dfb2a88dc7e] article.

See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki for download locations of the msm and msi files.

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Answers (0)