Could not load file or assembly "\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies.

时间:2023-03-10 02:51:24
Could not load file or assembly "\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies.


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.

http://social.msdn.microsoft.com/Forums/en-US/fc4640ed-72ac-4e02-be68-6fe9760c50f8/could-not-load-file-or-assembly-filecprogram-files-x86sap-businessobjectscrystal-reports?forum=csharpgeneral

<!--<startup>

  <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>-->

to:

<startup useLegacyV2RuntimeActivationPolicy="true">



    <supportedRuntime version="v4.0"/>



  </startup>