标签:blog http io ar for strong 文件 sp div
最近学习水晶报表,发现编译后报如下错误:
未能加载文件或程序集“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”或它的某一个依赖项。系统找不到指定的文件。
上网百度了一下,发现很多遇到此问题的,解决办法是在app.config文件中添加如下代码:
<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