Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?(.NET Framework 依赖项的 SAP Crystal Reports 运行时引擎有哪些?)
问题描述
我正在尝试在全新的 Microsoft Windows Server 2012 R2 x64 虚拟机上安装适用于 .NET 框架的 SAP Crystal Reports 运行时引擎.安装停止并出现此错误:
I'm trying to install SAP Crystal Reports runtime engine for .NET framework on a fresh new Microsoft Windows Server 2012 R2 x64 virtual machine. The installation stops with this error:
错误 1904.模块 C:Program Files (x86)SAP BusinessObjectsCrystal Reports for .NET Framework 4.0CommonSAP BuisinessObjects Enterprise XI 4.0win64_x64crtslv.dll 注册失败.HRESULT -2147024770.请联系您的支持人员.
Error 1904. Module C:Program Files (x86)SAP BusinessObjectsCrystal Reports for .NET Framework 4.0CommonSAP BuisinessObjects Enterprise XI 4.0win64_x64crtslv.dll failed to register. HRESULT -2147024770. Contact your support personnel.
我安装了不同版本的 Microsoft C++ Redistributable,但仍然出现错误.在 Internet 和 SAP 论坛上搜索,它说缺少一些依赖项,但无处显示依赖项.我错过了什么?我需要安装哪些依赖项?
I have installed different versions of Microsoft C++ Redistributable and still have the error. Searching on Internet and SAP forums, it says that there's some missing dependencies, but nowhere shows wich are the dependencies. What am I missing? Which are the dependencies I need to install?
推荐答案
我正在安装适用于 .NET 的 SAP Crystal Reports 运行时的最新版本 (13.0.21).因此,我需要 Microsoft Visual C++ 2015 Redistributable 用于 SP 21.
I was installing the latest version (13.0.21) of SAP Crystal Reports runtime for .NET. So it turns to be that I needed Microsoft Visual C++ 2015 Redistrributable for the SP 21.
这篇关于.NET Framework 依赖项的 SAP Crystal Reports 运行时引擎有哪些?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.NET Framework 依赖项的 SAP Crystal Reports 运行时引擎有哪些?
基础教程推荐
- 全局 ASAX - 获取服务器名称 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
