Click to See Complete Forum and Search --> : what is Invalid Export DLL error


cumadhu
December 15th, 2004, 12:07 AM
When i am exporting crystal report (version 8) to PDF format, runtime error message is being populated " Invalid export DLL or Export Format".

If you have solution for this please, send me immediately to ssimadhu@yahoo.com

Thanks and regards,
Madhusudhan

Madhi
December 15th, 2004, 02:32 AM
Check wherther Acrobat Reader is properly installed.

Madhivanan

cumadhu
December 15th, 2004, 04:45 AM
I have installed Acrobat Reader properly even then this error is occuring.
Please help fast
thanks
Madhusudhan

Madhi
December 15th, 2004, 06:57 AM
Try to reinstall CR8

Madhivanan

cumadhu
December 15th, 2004, 07:05 AM
It is working on Development machine, but not at client machine. Client machine had installed with .Net framework 1.1. Everything is proper in Development machine. CR8 comes with vs.net and is properly installed, even then the same error is reoccouing.

Kindly send me your suggestion immediately

Madhusudhan

springsoft
December 15th, 2004, 10:55 PM
You have not installed the correct export DLLs to the client machine.
CRXF_PDF.DLL, for example (which is found on Development PC) in \Windows\Crystal\
needs to be installed in client pC in Windows\System\

Despite what others are saying, the export facility in Crystal is independent of the Acrobat install. You CAN export to PDF on a PC even if Acrobat is not present on the PC. You just won't be able to read the files, but the export routine will create them.

So check RUNTIME.HLP in the Program Files\Seagate Software\Crystal Reports\Developer Files\Help folder and search on CRXF_PDF, and make sure you have all the files.

dave

springsoft
December 17th, 2004, 12:06 AM
MORE.......
what I remember from creating my own VB export program just this week, is that you need to be sure that crtslv.dll and exportmodeller.dll are included inyour install, and that they get installed to:
Windows folder\system32
(eg on our setup \WINNT\System32)
and both have been properly registered by RegSvr32.exe

dave