.NET Framework 依赖项的 SAP Crystal Reports 运行时引擎有哪些?

Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?(.NET Framework 依赖项的 SAP Crystal Reports 运行时引擎有哪些?)
本文介绍了.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 运行时引擎有哪些?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)
Bind multiple parameters from route and body to a model in ASP.NET Core(在ASP.NET Core中将路由和主体中的多个参数绑定到一个模型)
Custom model binding in AspNet Core WebApi?(AspNet Core WebApi中的自定义模型绑定?)
How to minify in .net core mvc view?(如何在.Net核心MVC视图中缩小?)