Question
--------------
System.IO.FileNotFoundException was unhandled
Message: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: 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\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
Hi
I am getting above error. Actually we migrated application from .netframework 4.0 to .netframework 4.6. Application is working fine. But i am getting crystal report errors as above question. I have search in google and i have found following solution like (But it is not solved)
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
</startup>
Now we are using crystalreport version is 13.0.2000.0. So can you please provide the solution for above question.