PDA

Click to See Complete Forum and Search --> : Problems with PDW & CR


freightliner
May 11th, 2004, 08:43 AM
Hi, i use the package and deployment wizord to install my project, but when it has to install the crystal drivers i get the next 2 errors, and i can't use the report, it says "ActiveX component cannot be created"

Second error i'll put in second post here

freightliner
May 11th, 2004, 08:44 AM
Second error:

mel_flynn
May 12th, 2004, 04:26 AM
Are you viewing the report in your VB Application or just sending it to the printer? If you are viewing are you using the CRViewer?

In order to launch a crystal report from a VB project you must register craxdrt.dll. Have you tried to manually register it using regsvr32? If it still wont register then the dll may be corrupted. What version of Crystal are you using? I can email you the file if you want.

You must also ensure the following files are installed and registered:

CRViewer.dll
Crtslv.dll

Also if you want to export the report, ensure the exportmodeller.dll is installed, this file doesn't register.

The msvcp60.dll does not register.

Can you translate the error message for me?

freightliner
May 12th, 2004, 04:47 AM
Ok, i'll try to answer as good as possible :S

The Error: Cannot find DLL-file MS...at given path: <paths>

I show the report in preview, indeed i use CRViewer, then they can choose to export or print.

Already tried manual install, it says LoadLibrary("CRAXDRT.DLL") failed - Cannot find given module

tried "clean" files, i downloaded the crViewer exe from the internet and installed it, but it changes nothing, apparently it doesn't contain the CraxDrt.dll file
And if it would work how could i make it registring with PDW?


Freightliners Email (joachim.carrein@student.katho.be?subject=Crystal%20Reports%20help&body=What%20Are%20you%20sending)

Thx already for the help

mel_flynn
May 12th, 2004, 05:30 AM
I have zipped up the craxdrt.dll and craxdrt9.dll and the ActiveX runtime Support dll.

Try installing and registering these.
As for the msvcp60.dll file. Do a serch on the machine and find out the loaction.

mel_flynn
May 12th, 2004, 05:46 AM
Actually they're too big to post here, if you give me your email address I'll mail them to you.

freightliner
May 12th, 2004, 06:43 AM
I already put my email in last post

freightliner
May 13th, 2004, 02:43 AM
Thx for the files, but i still get that error when i try to register them :S

freightliner
May 24th, 2004, 03:59 AM
nobody else?
Or Mel, any other ideas?

Jigabyte
Oct 3rd, 2006, 09:16 AM
I am having the same problem and cannot find a solution to this one, if anyone has any ideas please share them.

Cheers,

Jiggy!

Besoup
Oct 3rd, 2006, 09:21 AM
Try using Visual Studio Installer to package your apps. I was having similar DLL issues with CR10. I had to use VSI and include Merge Modules from Business Object's website.

Also if you are using previous versions of CR I would recommend trying **********.

Jigabyte
Oct 4th, 2006, 08:09 AM
Hi, thanks for that, I am using Visual Studio Installer 1.1 and discovered I was using the 11.5 merge modules not the 11. Works great now, thanks again mate!