Viewing of Crystal Report Form Crashes in Build
I have an application that uses Crystal Reports. Now in my Development environment, I have Crystal Report installed, so the both the development version and the release works fine.
However, when the Release version of the Setup is installed in a different PC which doesn't have Crystal Report Installed, the App crash when trying to load the Report.
It is obvious that, the DLLs required for Crystal Report are missing. I have added 6 DLLs into the setup project but it still crashes.
The DLLs added are listed below.
- CrystalDecisions.CrystalReports.Engine
- CrystalDecisions.Enterprise.Framework
- Crystal开发者_运维技巧Decisions.Enterprise.InfoStore
- CrystalDecisions.ReportSource
- CrystalDecisions.Shared
- CrystalDecisions.Windows.Forms
Do I need to add anything else. In the Reference section of the project, no other name is listed that Beings With CrystalDecisions.
I was able to resolve this by installing Crystal Reports explicitly on the user PC. By reading posts elsewhere, this appeared to be the only way.
精彩评论