Cannot load file or assembly #39;crystal decisions.windows.forms,version=13.0.2000.0#39;(无法加载文件或程序集“水晶决定.windows.forms,version=13.0.2000.0)
问题描述
我正在开发 Windows 应用程序.在此我设计了报告模块.每当我想在 Windows 7、Windows XP 和 Windows 7 中查看报告时都会出错Windows Vista,但它适用于 Windows 8.
按照我在部署设置之前采取的步骤
- 我在 Windows XP & 中安装了 .NET Framework 4Windows 7 中的 .NET Framework 4.5
- 我安装了 CRforVS_13_0_2,但它通过错误消息显示,例如
<块引用>
您必须已安装 Visual Studio 2010 才能继续此安装.和
用于 Visual Studio 2010 的 SAP Crystal Reports 版本安装因错误而提前结束.
- 然后我安装了我的项目设置(在手动创建设置时,我包含了所有水晶报表程序集),登录并转到报表菜单,单击以打开水晶报表的预览,通过错误消息(如 )
<块引用>
无法加载文件或程序集水晶决策.windows.forms,version=13.0.2000.0,culture=neutral,Public keytoken=692fbea5521e1304"或其依赖项之一.系统找不到指定的文件.
请指导我如何解决此问题.
你没有正确安装所需的Crystal Reports Assembly,你必须在每台客户端机器上安装Crystal Reports的Runtime,而不是VS的版本,它赢了不能仅仅通过将程序集与您的应用程序一起复制来工作.
您可以直接从 SAP 获取正确的安装程序,也许您需要创建一个免费帐户.32Bit 64Bit
问候,
I'm working on windows application. In this I designed Report module. I get error whenever I wanted to view report in Windows 7, Windows XP & Windows Vista, but it works in Windows 8.
Following steps I took before deploying setup
- I installed .NET Framework 4 in Windows XP & .NET Framework 4.5 in Windows 7
- I installed CRforVS_13_0_2 but its through error message like
You must already have Visual Studio 2010 installed to proceed with this installation. and
SAP Crystal Reports version for Visual studio 2010 installation ended prematurely because of an error.
- Then I installed my project setup (while creating setup manually I included all crystal report assemblies), logged in and went to Report Menu, on click to open preview of Crystal Report its through error message like
Cannot load file or assembly 'crystal decisions.windows.forms,version=13.0.2000.0,culture=neutral,Public keytoken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Please guide me the how to resolve this issue.
You haven't correctly installed the required Crystal Reports Assembly, you have to install the Runtime of Crystal Reports on each client machine not the version for VS, it won't work just by copying the assmblies along with your application.
You can get the correct installers from SAP directly, maybe you will be required to create a free account.32Bit 64Bit
Regards,
这篇关于无法加载文件或程序集“水晶决定.windows.forms,version=13.0.2000.0"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法加载文件或程序集“水晶决定.windows.forms,version=13.0.2000.0"
基础教程推荐
- SSE 浮点算术是否可重现? 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30