简体   繁体   English

在Azure中使用Crystal Report

[英]using Crystal Report with Azure

I have developed web site to have crystal report. 我已经开发了网站来获得水晶报告。 The web site works fine in my PC. 该网站可以在我的PC上正常运行。 I have then transfer it to Azure. 然后,我将其传输到Azure。 Once I transfer, it kept asking for dll files. 传输后,它会不断询问dll文件。 I have then added all the dll files but finally it gave me this error: 然后,我添加了所有的dll文件,但最终它给了我这个错误:

An error has occurred while attempting to load the Crystal Reports runtime. 尝试加载Crystal Reports运行时时发生错误。 Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Crystal Reports注册表项权限不足,或者Crystal Reports运行时未正确安装。 Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. 请安装适当的Crystal Reports可再发行文件(CRRedist * .msi),其中包含所需的正确版本的Crystal Reports运行时(x86,x64或Itanium)。 Please go to http://www.businessobjects.com/support for more information. 请访问http://www.businessobjects.com/support以获取更多信息。

Any idea how to overcome this problem? 任何想法如何克服这个问题?

You can't install a runtime like the Crystal Reports runtime using App Service. 您无法使用App Service安装类似Crystal Reports运行时的运行时。 One solution is to use the virtual machine service that gives you more control on the OS and let you install 3rd party tools. 一种解决方案是使用虚拟机服务,该服务可为您提供对OS的更多控制,并让您安装第三方工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM