I am developing an application that uses SAP Crystal Reports for reporting using Visual Studio 2013 Professional. I downloaded and installed the package from the SAP site, install it. The report was prepared using the wizard (this works correctly). The problem is that I follow the step in the source code:
myCrystalReport.SetDataSource(myDataSet);
myDataSet is populated with the required data. Error displayed:
An unhandled exception of type "System.IO.FileNotFoundException" occurred in mscorlib.dll
Additional information: Failed to 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 \ win32_x86 \ dotnet1 \ crdb_adoplus.dll 'or one of its dependencies.
During installation, the dotnet1 folder was not created. There is only a dotnet folder. Does anyone know how to solve this problem?
Thanks.
c # crystal-reports
Maerorek
source share