其他语言

本类阅读TOP10

·基于Solaris 开发环境的整体构思
·使用AutoMake轻松生成Makefile
·BCB数据库图像保存技术
·GNU中的Makefile
·射频芯片nRF401天线设计的分析
·iframe 的自适应高度
·BCB之Socket通信
·软件企业如何实施CMM
·入门系列--OpenGL最简单的入门
·WIN95中日志钩子(JournalRecord Hook)的使用

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发

Applies to:

Reported version only
Development
Deployment

Synopsis

A .NET application using Crystal Reports for Visual Studio .NET as its reporting development tool.

When the application is deployed the error message "Failed to load report" is displayed.

Why does this error message appear and how do you resolve this issue?

Solution

The error message appears because the query engine DLL (Crqe.dll) did not get registered on the client computer.

To resolve the error message:

1. Copy Dbghelp.dll from the development computer and place it in the System32 folder on the client computer.

2. Manually register Crqe.dll by using the following command:

regsvr32 "<folder path to Crqe.dll>"

For example:

regsvr32 "C:\program files\common files\Crystal Decisions\1.0\bin\CRQE.dll"


Additional Information
---------------------

For information on deploying an application that uses Crystal Reports and Visual Studio .NET, search for knowledge base article c2013175 on our support site:

http://support.businessobjects.com/search



.Net环境水晶报表在98下发布,出现"不能加载报表..."问题的解决

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

发布环境是:  .Net1.1+Win98+CrystalReport9.1
发行的问题:  发布后发行一切都正常,只是打开报表的时候出现"不能加载报表..."错误.
原             因:  C:\program files\common files\Crystal Decisions\1.0\bin\CRQE.dll没有注册.
解决    方法:  (1) 拷贝Dbghelp.dll 到安装机器的系统路径下
                        (2) 用 regsvr32 "C:\program files\common files\Crystal Decisions\1.0\bin\CRQE.dll"

参阅文章:http://support.businessobjects.com/library/kbase/articles/c2013420.asp

Err Msg: "Failed to load report" After deploying .NET 9.1 application to Win 98

The information in the article refers to:
Crystal Reports for Visual Studio .NET


相关文章

相关软件