Crystal Rerports and W98

A

Alberto

After install an application with a Crystal reports included when the user
tries to see a report, an error message appears on screen saying "load
report failed". The web page of crystal says that I have to register a dll
called crqe.dll but, when I try to do it, I see a error saying
"loadlibrary("C:\...") failed GetLastErrorReturns 0x00000485"

What can I do now?
Thank you
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,


IIRC it does not matter, you have to do two things, first you have to copy
and register one windows DLL , I don;t remember the name right onw, after
that you have to register crqe.dll
I do remember that one of those two gave error at registry time, but it did
not matter, it ran fine anyway.

cheers,
 
A

Alberto

I just see that the crqe.dll has dependences on the next dll:
kernell32.dll
user32.dll
advapi32.dll
ole32.dll
oleaut32.dll
version.dll
atl.dll
msvcp60.dll
msvcrt.dll
dbghelp.dll

Does anybody know wicht one I have to register on the w98?
 
I

Ignacio Machin \( .NET/ C# MVP \)

You will find it in the same place where you find about registering crqe.dll

IIRC, in that article says that you needs to register crqe.dll and that it
depends of another dll that may or maynot be present in the system, if it;s
not present you could get a version from your development machine.

Cheers,
 
A

Alberto

Yes, the dll is atl.dll. I registered it sucessfuly but when I try to
register the crqe.dll I see an error.

What can I do?
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

I got an error too, but it worked anyway

Now I do not remember if it was when I registered atl.dll or crqe.dll

did you try to run the report?

cheers,
 
A

Alberto

Yes, and the error remains

Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

I got an error too, but it worked anyway

Now I do not remember if it was when I registered atl.dll or crqe.dll

did you try to run the report?

cheers,
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi Alberto

The best I can do for you is send you both the crqe.dll & atl.dll I used on
my machine

I can do that when I get home, I will attach them in a post here

cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top