Dr.Wing

心翼的技术笔记本

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

失败内容

“System.IO.FileNotFoundException”类型的未经处理的异常出现在 mscorlib.dll 中。

其他信息: 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. 系統找不到指定的檔案。

 

解决的办法是在app.config配置文件中加入 

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

  

 

posted on 2012-07-03 16:44  心翼  阅读(1726)  评论(0编辑  收藏  举报