Visual Basic .NET con Crystal y win 98

24/11/2004 - 16:13 por Andres gallino | Informe spam
Por favor aguien si me puede decir los pre-requisitos para
Crystal Report con win 98. Cuando instalo una version del
Visual.Net en una maquina que tiene win 2000 no tengo
problemas, ahora cuando la instalo en una maquina con win
98 y quiero ejecutar un reporte, me sale un mensaje de "El
reporte no se puede cargar", y no hay manera de que salga.
Por favor, si alguien puede decirme que tengo que tener en
cuenta para win 98. Muchas Gracias.
 

Leer las respuestas

#1 Juan Kautho
24/11/2004 - 17:15 | Informe spam
Esto lo tome de la seccion de Crystal de http://www.Willydev.net

http://www.willydev.net/DUGdirector...t.aspx?id6

Err Msg: "Load Report Failed" after deploying .NET app to Windows 98 / ME
The information in the article refers to:
Crystal Reports for Visual Studio .NET

Applies to:

Reported version only
Distribution
Internet Explorer 6


Synopsis

An application created with Crystal Reports for Visual Studio .NET is
deployed to a Windows 98 or Windows ME client computer. When the application
is run, the following error message appears:

"Load Report Failed"

The client has the .NET Framework installed as well as a Crystal Reports
distribution package installed.

How do you resolve this error message?


Solution

This error message means that the query engine DLL
(CRQE.dll) did not get registered correctly on the
client computer.

There are two reasons for this to happen. The first is
listed in this article, and the second is documented in
knowledge base article c2013420.

To resolve this issue, manually register CRQE.dll on
the client computer using the following command:

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


If CRQE.dll will not register or does successfully
register and the problem persists, check the version of
the ATL.dll on the client computer. The correct version
of ATL.dll for Windows 98/ME is 3.0.8449.

The correct version of ATL.dll can be found and
registered on the client computer using one of these 3
methods:

1. Install Microsoft Internet Explorer 6 on the client
computer.

2. Manually copy and register ATL.dll on the client
computer and then run the Setup package for the Crystal
Reports distribution again.

3. Include the ATL.msm merge module in your setup
project. This will install the correct version of
ATL.dll on the computer and register the DLL
appropriately.


"Andres gallino" wrote in message
news:856201c4d238$2ed85eb0$
Por favor aguien si me puede decir los pre-requisitos para
Crystal Report con win 98. Cuando instalo una version del
Visual.Net en una maquina que tiene win 2000 no tengo
problemas, ahora cuando la instalo en una maquina con win
98 y quiero ejecutar un reporte, me sale un mensaje de "El
reporte no se puede cargar", y no hay manera de que salga.
Por favor, si alguien puede decirme que tengo que tener en
cuenta para win 98. Muchas Gracias.

Preguntas similares