不知何故,我长期运行的CR for Visual Studio 2013 Professional停止工作。我无法打开任何.rpt文件。我在VS2017和VS2010...same上试过了。所以..。
正在尝试安装/更新到从SAP网站下载的VS13-0-23.exe的最新Crystal Reports。以管理员身份运行时,我收到错误1904,这似乎是Framework4.0的问题。
Error 1904. Module C:\Program Files (x86)\SAP BusinessObjects\Crystal Report for .NetFramework4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\craxddrt.dll failed to register. Result -2147023898. Contact yourself!
周一的进展更新:我似乎已经能够重新安装Framework4.0。然后,再次安装CR,我对6个失败的注册错误中的每一个都按了“忽略”。
然后,尝试使用RegSvr32手动注册这些dlls,我得到了错误:
The moddule 'craxddrt.dll' failed to load.
Make sure the binary is stored at the specified path or debug
it to check for problems with the binary or dependent .DLL files.
Invalid access to memory location.
和VLE.dll寄存器抱怨:模块'vle‘可能与您正在运行的Windows版本不兼容。
我正在运行Windows 7专业版,所以?
发布于 2018-09-20 01:42:28
什么都不管用。我最终删除并重新安装了Visual Studio 2013和Crystal Report engine for Visual Studio。两天后,我又回到了工作岗位。谢谢。
发布于 2020-05-09 07:10:33
对于Crystal Reports SP21或更高版本,你需要满足Windows7中的一些依赖:
1- Microsoft Visual C++ 2015 Redistributable package。
2- Microsoft Windows Update KB2999226。
两者都需要Windows Service Pack 1。
以下链接是关于安装Crystal Reports Runtime SP21+的链接,但请注意:
Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?
how to solve error 1904 in crystal report runtime installation
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
https://stackoverflow.com/questions/52239676
复制相似问题