码迷,mamicode.com
首页 > 其他好文 > 详细

水晶报表编译报错"未能加载文件或程序集(from www.sysoft.cc)

时间:2014-10-14 20:49:09      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   for   strong   文件   sp   div   

最近学习水晶报表,发现编译后报如下错误:

 

 
  1. 未能加载文件或程序集“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”或它的某一个依赖项。系统找不到指定的文件。

未能加载文件或程序集“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”或它的某一个依赖项。系统找不到指定的文件。
bubuko.com,布布扣

 

上网百度了一下,发现很多遇到此问题的,解决办法是在app.config文件中添加如下代码:

 

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

<startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup>
我也不是很明白是怎么回事,但是问题确实解决了,暂时记下来.

水晶报表编译报错"未能加载文件或程序集(from www.sysoft.cc)

标签:blog   http   io   ar   for   strong   文件   sp   div   

原文地址:http://www.cnblogs.com/sysoft/p/4024823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!