"Load Report Failed."
Help! I am getting an error message: "Crystal Report Windows Forms Viewer" "Load Report Failed."
when attempting to launch a Crystal Report. After clicking OK on the message, the form loads with the appropriate data.
I've attempted to step through the code with the debugger and it gives me after these lines of code...
Form newForm =
new frmReportPreview(data);newForm.Show();
data is a dataset being passed to the windows form that contains the crystal report viewer. This is being run on the development machine.
Let me know what other information is needed to help with this.

