Could not load file or assembly crdb_adoplus.dll

2019-01-21 22:09发布

For the following error:

Could not load file or assembly ‘file:///C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll’ or one of its dependencies.

Is there any way to resolve this error other than through the solution:

<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
</startup>

That solution not work in my application

8条回答
贼婆χ
2楼-- · 2019-01-21 22:58

Use only

<startup useLegacyV2RuntimeActivationPolicy="true">
</startup>

It works for all frameworks!

查看更多
【Aperson】
3楼-- · 2019-01-21 23:03

This stuff basically happens, if you have correct setup of SBO (I wish you so:)), that between different components of your SBO SDK there are assemblies with different .NET version. Check if you have some old version of SAP BO SDK installed on your machine too. Hope this helps.

查看更多
登录 后发表回答