zoukankan      html  css  js  c++  java
  • 运行水晶报表报crdb_adoplus.dll不存在错误的解决方案

    在VS2010上编译水晶报表提示找提示以下错误:
    Could not load file or assembly 'file:///C:\Program Files\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.

    只要在App.config中的
     <startup>
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
      </startup>
    改成
     <startup useLegacyV2RuntimeActivationPolicy ="true">
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
      </startup>
    就可以了。

  • 相关阅读:
    XP显示桌面
    批量改名
    poj 3126 BFS
    poj 3278 BFS
    poj 1426 BFS
    准备打酱油…
    POJ 2243 BFS 和 简单的调试方法学习
    K
    EXCEL fundamentals
    poj 1011 DFS+剪枝
  • 原文地址:https://www.cnblogs.com/wingkin/p/2651304.html
Copyright © 2011-2022 走看看