I am recieving the following error when trying to view a Crystal Report using the CrystalReportViewer for .NET
Failed to load database information.
Details: The databse DLL 'crdb_p2bbtrv.dll' could not be loaded.
Error in File {"Path to report + GUID?"}.rpt:
Failed to load database information
I am using Pervasive 9.6
I am using VB and .NET framework 2.0, Visual Studio 2005
Crystal Reports v10
I can run the report in Crystal and it works fine.
I am loading it with the ReportDocument object, and assigning it to the ReportSource of a CrystalReportViewer object.
It is not having it. While debugging, before it even gets this far, TestConnectivity() and VerifyDatabase() functions both return false.
I have been searching the Internet for days with no luck, other forums have turned up nothing. Any thoughts at all on this problem would be greatly appreciated.