如何在Windows应用程序C#中解决这个问题 [英] how to solve this in windows application C#

查看:56
本文介绍了如何在Windows应用程序C#中解决这个问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法加载文件或程序集'file:/// C:\Program Files\SAP BusinessObjects \ Crystal Framework for .NET Framework 4.0 \ Common \SAP BusinessObjects Enterprise XI 4.0 \ win32_x86 \ dotnet1 \ crdb_adoplus.dll'或其依赖项之一。系统找不到指定的文件。

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.

推荐答案

首先,您是否安装了Crystal Report正确的版本?



有一件事,我在一段时间后遇到了类似的问题,我发现的是,你需要指定要使用的确切版本。

First, have you installed Crystal Report correct version?

One thing, I had similar problem some time back and what I have found is, you need to specify exact version to be used.
<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>





资料来源:http://refat38.wordpress.com/2011/12/20/crvs2010-crdb_adoplus-dll-not-found/ [ ^ ]



希望有帮助



Source: http://refat38.wordpress.com/2011/12/20/crvs2010-crdb_adoplus-dll-not-found/[^]

Hope that helps


这篇关于如何在Windows应用程序C#中解决这个问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆