I have a web application developed through Visual Studio 2019 that allows users to download reports. When debugging and attempting to download I am getting the error message when calling the load method on the report document:
CrystalReportsException: Could not load C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crpe32.dll.
However, the file is in the specified folder and the permissions are sufficient.
On the development machine we have:
Visual Studio 2019
SAP Crystal Reports runtime engine for .net framework (32-bit) - version 13.0.27.3480
SAP Crystal Reports, version for Microsoft Visual Studio - version 13.0.25.3158
SAP Crystal Reports 2016
Please help me resolve.
Thank you.