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
very handy: [vbcode][/vbcode]
VB.NET - VB6 - VBA - ASP - RPG(AS/400) - C++ - java - SQL
look in the help, many probs can be solved that way.
I know, i'm to lazy too.
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 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
Thx already for the help
Last edited by freightliner; May 12th, 2004 at 04:50 AM.
very handy: [vbcode][/vbcode]
VB.NET - VB6 - VBA - ASP - RPG(AS/400) - C++ - java - SQL
look in the help, many probs can be solved that way.
I know, i'm to lazy too.
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 **********.
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!