Hello,
we use crystal reports 2008 and want to ship a c# winform app.
We install Crystal 2008 Runtime on the client machines. The Winform contains a report viewer.
On all development machines (XP,VS2008Pro) with cr 2008 developer installed the report is loaded and filled with data.
On the client test machine with only CR 2008 Runtime I get this error message, if I register for the Error Event of the viewer:
ReportViewer has raised an Error-Event
ProductVersion: .Net
ProductName: Crystal Reports 2008
ReportSource: CrystalDecisions.CrystalReports.Engine.ReportDocument
e Exception: CrystalDecisions.CrystalReports.Engine.DataSourceException: Fehler beim Laden der Datenbankinformationen.Fehler in der Datei Bericht {C6512421-348A-4621-B1ED-895D28646A0A}.rpt:
Fehler beim Laden der Datenbankinformationen ---> System.Runtime.InteropServices.COMException (0x800002CD): Fehler beim Laden der Datenbankinformationen.Fehler in der Datei Bericht {C6512421-348A-4621-B1ED-895D28646A0A}.rpt:
Fehler beim Laden der Datenbankinformationen
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetPage(PageRequestContext pPageRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.GetPage(PageRequestContext pageReqContext)
--- End of inner exception stack trace ---
at CrystalDecisions.Windows.Forms.ReportDocumentBase.GetPage(Int32 pageN)
at CrystalDecisions.Windows.Forms.DocumentControl.ShowNthPage(Int32 PageNumber)
at CrystalDecisions.Windows.Forms.DocumentControl.ShowFirstPage()
at CrystalDecisions.Windows.Forms.PageView.ShowFirstPageEx()
e Inner-Exception: System.Runtime.InteropServices.COMException (0x800002CD): Fehler beim Laden der Datenbankinformationen.Fehler in der Datei Bericht {C6512421-348A-4621-B1ED-895D28646A0A}.rpt:
Fehler beim Laden der Datenbankinformationen
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetPage(PageRequestContext pPageRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.GetPage(PageRequestContext pageReqContext)
e Handled: False
e UserData:
The report is based on XML-Data (one column containing GUI strings)
I can supply the demo app if needed.
Why do I get the error only on client machines?
Do I need to install an aditional / diffrent runtime than 2008 Runtime
How can I dig deeper to find a solution?
Thank you
Sven