Greetings. I recently created a small application that connects to a local Access database and produces a report using Crystal Reports 10. As always everything works fine on my development machine, but when I deploy it to my target machine the report fails.
Error Message: Load Report Failed.
Target Machine: Windows XP
VS.NET Version: 2003
From the Business Objects website I downloaded their "deploying_cr10_net.pdf" document which shows that I needed to add the CrystalReports10_NET_EmbeddedReporting.msm merge file.
As for the location of the error I was able to narrow it down to this statement:
Has anyone had this problem before? Does anyone know what I'm doing wrong or missing? I'm really in a bind and need to have this fixed quickly.
Thanks,
-jodyjay
Error Message: Load Report Failed.
Target Machine: Windows XP
VS.NET Version: 2003
From the Business Objects website I downloaded their "deploying_cr10_net.pdf" document which shows that I needed to add the CrystalReports10_NET_EmbeddedReporting.msm merge file.
As for the location of the error I was able to narrow it down to this statement:
Code:
With mobjReportDocument
[COLOR=red].Load("C:\myreport.rpt")[/color]
.SetDataSource(pdtMyDataTable)
End With
Has anyone had this problem before? Does anyone know what I'm doing wrong or missing? I'm really in a bind and need to have this fixed quickly.
Thanks,
-jodyjay