I am developing a WinForms application in C# with VS 2012. I have installed CR 13_0_8 (the last update). I have installed the redistributable and the installer for developers.
But when I try to launch the report in my application (on develop PC or in the PC where the application is used) I got the Exception "FileNotFoundException" for the file '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'. But in my structure folder I don't have the dotnet1 folder.
The CR installed and my SO are x64.
My app.config includes the code
<startup useLegacyV2RuntimeActivationPolicy="true">
<requiredRuntime version="v4.0.30319"></requiredRuntime>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"></supportedRuntime>
</startup>
How can I do?
THANKS!