I am using Visual Studio 2013 Professional on a computer running Windows 8.1. I downloaded and installed the SAP Crystal Reports, developer version for Visual Studio 'Install Executable' CRforVS_13_0_13.exe. I ran my Visual Basic 2013 application in Visual Studio 2013 development, tried to produce a Crystal Report and got the error stating that the file 'crdb_adoplus' was not found. Additional information stated that the file 'c:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .Net Framework\Common\SAP BusinessObjects Enterprise X14.0\win32_x86\dotne1\crdb_adoplus.dll' or one of its dependencies could not be found. I checked in Windows Explorer and found that the 'Install Executable' CRforVS_13_0_13.exe had installed the file 'adopluss.dll' in directories 'c:\program files (x86)\...\ win32_x86\ ' and 'c:\program files (x86)\...\win64_x86\.'.
I checked my VB projects properties and the references show that 'c:\program files (x86)\...\win32_x86\dotnet\' is referenced, not 'c:\program files (x86)\...\win32_x86\dotnet1\' (as referenced by the error message) or 'c:\program files (x86)\...\win32_x86\' (where CRforVS_13_0_13.exe had installed the file 'adopluss.dll').
Any help or suggestions would be greatly appreciated. Thanks.