Dabblernl
Dabblernl

Reputation: 16121

Crystaldecisions.CrystalReports.Engine.dll not found on client computer

I wrote a .NET DLL that uses a ReportViewer in VS2010. On the development computer, it works well. However, when I install the program on a client, I get the error message that Crystaldecisions.CrystalReports.Engine.dll is not found.

I installed both the .NET 4 framework and the 32-bit runtime MSI that SAP provides as a free download.

What else do I need to do to get this to work?

Upvotes: 7

Views: 73425

Answers (1)

ShareChiWai
ShareChiWai

Reputation: 298

Did you download the runtime from the website below? http://scn.sap.com/docs/DOC-7824

Maybe on the project setting -> reference, you can try to set to copy the dll to local and see if it works...

Upvotes: 20

Related Questions