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

类别:编程语言 点击:0 评论:0 推荐:

发布环境是:  .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

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

本文地址:http://com.8s8s.com/it/it26719.htm