I create Crystal report in C# winform. but in report.cs, get error from namespace:
****using CrystalDecisions.Shared;**
**using CrystalDecisions.ReportSource;**
**using CrystalDecisions.CrystalReports.Engine;****
public class rptReport : **ReportClass** {
public rptReport() {
}
I added emergency dll for this namespace, but it get error.
It looks like you don’t have the Crystal runtimes installed or haven’t added the references to your project.