I'm new to Crystal, so I started with what I thought would be an easy task.
I created a report using an .mdb as the source; created a simple form in VB.net 2003 and inserted a viewer, with my report as the data source (Embedded). I wanted to deploy it to another machine as a windows app but I keep getting this "Report Load Failed" message (btw the most ambiguous error I've ever encountered).
I created the setup file and added the following merge modules:
Crystal_Database_Access2003
Crystal_Database_Access2003_enu
Crystal_Managed2003
Crystal_Regwiz2003 (Entered Keycode)
CrystalReports10_NET_EmbeddedReporting (Entered Keycode)
I downloaded the bootstrap plug-in and installed .net framework 1.1 on the target computer before setup.
I removed any null values from my table (There are summaries on the report and I had read that nulls could throw this error)
I can install and view the report perfectly on the development machine, but the target system keeps throwing this error. Any help you can provide is greatly appreciated!
I created a report using an .mdb as the source; created a simple form in VB.net 2003 and inserted a viewer, with my report as the data source (Embedded). I wanted to deploy it to another machine as a windows app but I keep getting this "Report Load Failed" message (btw the most ambiguous error I've ever encountered).
I created the setup file and added the following merge modules:
Crystal_Database_Access2003
Crystal_Database_Access2003_enu
Crystal_Managed2003
Crystal_Regwiz2003 (Entered Keycode)
CrystalReports10_NET_EmbeddedReporting (Entered Keycode)
I downloaded the bootstrap plug-in and installed .net framework 1.1 on the target computer before setup.
I removed any null values from my table (There are summaries on the report and I had read that nulls could throw this error)
I can install and view the report perfectly on the development machine, but the target system keeps throwing this error. Any help you can provide is greatly appreciated!