Could not load file or assembly crdb_adoplus.dll

后端 未结 8 1460
感动是毒
感动是毒 2020-12-13 12:53

For the following error:

Could not load file or assembly ‘file:///C:\\Program Files\\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\\win32

相关标签:
8条回答
  • 2020-12-13 13:49

    Use only

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

    It works for all frameworks!

    0 讨论(0)
  • 2020-12-13 13:52

    Please use this code. It may be helpful for you.

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

    This is slightly different than you. For more details visit this link Crystal Report Viewer

    0 讨论(0)
提交回复
热议问题