Skip to Content
0
Former Member
May 03, 2018 at 07:47 PM

Cannot load file crdb_adoplus.dll

1542 Views

OS is Windows Server 2012 R2 Datacenter, 64 bit

Using Visual Studio 2012, .net framework 3.5, compiling as AnyCPU, on Windows 7 64bit

Database is Oracle, ver 12.1 64 bit

CRforVS_13_0_22 installed on both machines.

CRRuntime_64bit_13_0_22 installed on both machines.

Config file contains the following:

< startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v2.0.50727"/></startup>

I am getting the following error after passing a datatable (SetDataSource) and executing ExportToDisk...

Unhandled Exception: Could not load file or assembly 'file:////C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\dotnet1\crdb_adoplus.dll'.

This is true, as there is no dotnet1 folder under win64_x64. There is a dotnet folder, which contains this file: CrystalDecisions.Data.AdoDotNetInterop.dll.

Thanks,

Dean