Asp.net crystal report load/view used to work in visual studios 2017 and just started to fail with no reason.
There are no errors produced. It just will not show the report.
MY CODE:
newReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument newReportDocument.Load(Server.MapPath("~/CrystalReports/" & Session("ReportUrl"))) newReportDocument.SetDataSource(Session("dgCurrentReportData")) CrystalReportViewer1.ReportSource = newReportDocument CrystalReportViewer1.DataBind()
I've tried REFRESH to no avail.
This is a show stopper and I need Help ASAP please.
Thanks so very much in advance.
Bruce Jenkins
<< Personal information removed by moderator >>