borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (How will I register a ocx demo version to full version) New Topic New Poll Post Reply
AndreaVB Forum : ActiveX : Error registering craxdrt.dll,craxddrt.dll
Poster Message
sarankrish
Level: Trainee

Registered: 09-06-2004
Posts: 3

icon Error registering craxdrt.dll,craxddrt.dll

These Crystal report files are reporting the error in VB setup.

We tried to register it manually using regsvr32, its showing the error loadlibrary failed, cannot register /unregister.

We have found that after installaing the MSACCESS in the PC, It works fine.

Please let me know what it make works after installing MSACCESS.

09-06-2004 at 01:26 AM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Error registering craxdrt.dll,craxddrt.dll

I think it needs mdac to be installed. Download latest version of it from microsoft and see if it solve your problem

____________________________
If you find the answer helpful, please mark this topic as solved.

09-06-2004 at 02:52 PM
View Profile Send Email to User Show All Posts | Quote Reply
sarankrish
Level: Trainee

Registered: 09-06-2004
Posts: 3
icon Re: Error registering craxdrt.dll,craxddrt.dll

Thank you

Already, Installed MDAC 2.8, even DCOM98, and Microsoft Agent 2.0.

Also we gone through and followed the  Seagate Article C2013474, for the problem of "U2lcom.dll fails to load on windows 98 using a RDC application"

Still could't solve the registration error.  Also we don't want install MSACCESS software in the PC.

10-06-2004 at 12:45 AM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Error registering craxdrt.dll,craxddrt.dll

Since you need to install Access on the machine in order CR to work, that most probably means you are not installing some needed database dll's. You should start with the type of coonection you are establishing, and then see on CR support what dll's needed to be installed for that type of coonection.

Another thing, look for dependancies of this particular dll that is causing error, if some of the dll's are missing on the target machine then copy/register them.

[Edited by Goran on 10-06-2004 at 02:07 PM GMT]

____________________________
If you find the answer helpful, please mark this topic as solved.

10-06-2004 at 01:00 PM
View Profile Send Email to User Show All Posts | Quote Reply
sarankrish
Level: Trainee

Registered: 09-06-2004
Posts: 3
icon Re: Error registering craxdrt.dll,craxddrt.dll


I have installed  Microsoft Jet Pack version 3.5, and then MDAC 2.8.  After that My program work fine in target PC.

Thank you very much


11-06-2004 at 01:27 AM
View Profile Send Email to User Show All Posts | Quote Reply
GaZ
Level: Guest

icon Re: Error registering craxdrt.dll,craxddrt.dll

Hi

This is the only thing on the entire net I could find related to this problem........

I have a very similar problem, just that access is already installed. My target platform is Windows NT4 and Im using Crystal Reports 8.5

I know CR works because if I install it off the CD everything is fine. I'm trying to install it using Installshield Pro 7 SP1 which is supposed to come with the correct objects.

The installer works under Win2k and XP but unfortuently my customer has WinNT4,

I've tried just registering just about every DLL I can find and I'm on the edge of giving up. Very frustrated.

I just tried installing MDAC 2.8 which didnt make any difference. Any idea what the CR installer does to make it work?  

27-10-2004 at 02:25 PM
| Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Error registering craxdrt.dll,craxddrt.dll

Have you tried installing the latest Jet version? And also, do you receive exactly the same error as sarankrish did? It might be that U2lcom.dll cannot be registered cause old OS doesnt have Dbghelp.dll on them, and it depends on it. So if oyu dont have this file on NT4, try to copy it to system directory and see if it will register then.

____________________________
If you find the answer helpful, please mark this topic as solved.

27-10-2004 at 08:22 PM
View Profile Send Email to User Show All Posts | Quote Reply
GaZ
Level: Guest

icon Re: Error registering craxdrt.dll,craxddrt.dll

ok thanx. I'll try it on tuesday when I get back to work :-)

29-10-2004 at 09:38 AM
| Quote Reply
esthrim
Level: Protégé

Registered: 01-03-2005
Posts: 7
icon Re: Error registering craxdrt.dll,craxddrt.dll

Hi all....
i have the same problem while registering craxdrt.dll,craxddrt.dll
i have already install microsoft jetpack 3.5 and mdac 2.8  but it doesn't work.....
btw i'm using CR.8.5,vb6 and msaccess 2000 and xp. my target pc to install is using win 98, and do not have msaccess.. can somebody help me

01-03-2005 at 02:12 AM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Error registering craxdrt.dll,craxddrt.dll

It doesnt matter if you have access installed on client computer or not. You are missing some dependency files for this two dll's. Here is a good start where you can find some basic info of required CR runtime dll's

Runtime File Requirements for the Report Designer Component version 8.5

____________________________
If you find the answer helpful, please mark this topic as solved.

01-03-2005 at 04:13 PM
View Profile Send Email to User Show All Posts | Quote Reply
esthrim
Level: Protégé

Registered: 01-03-2005
Posts: 7
icon Re: Error registering craxdrt.dll,craxddrt.dll

hi goran, i'm sorry but i already included all the runtime files even all dll which related.. all dll success to registered when installing except one ->"craxddrt.dll"
and then i'm trying to install seagate crystal report 8.5 application itself into the computer, but when instaling seagate crystal report it also have the same error
failed to register craxddrt.dll Error 1904 Hresult = -2147024865,
i've already installed my program with that error ignored and then when loading report it pop up error message
"physical database not found" is this error caused by error registering craxddrt.dll? or caused by my path to the location of the database is wrong??
thank you so much....

[Edited by esthrim on 03-03-2005 at 09:22 AM GMT]

02-03-2005 at 04:45 AM
View Profile Send Email to User Show All Posts | Quote Reply
esthrim
Level: Protégé

Registered: 01-03-2005
Posts: 7
icon Re: Error registering craxdrt.dll,craxddrt.dll

hi goran, i'm sorry but i already included all the runtime files even all dll which related.. all dll success to registered when installing except one ->"craxddrt.dll"
and then i'm trying to install seagate crystal report 8.5 application itself into the computer, but when instaling seagate crystal report it also have the same error
failed to register craxddrt.dll Error 1904 Hresult = -2147024865,
i've already installed my program with that error ignored and then when loading report it pop up error message
"physical database not found" is this error caused by error registering craxddrt.dll? or caused by my path to the location of the database is wrong??
thank you so much....

03-03-2005 at 02:23 AM
View Profile Send Email to User Show All Posts | Quote Reply
esthrim
Level: Protégé

Registered: 01-03-2005
Posts: 7
icon Re: Error registering craxdrt.dll,craxddrt.dll

i already solved it.....
i realized that the dll that i included in the package was belong to xp, so when i'm installing to win 98 it's overwriting the dll used by win 98....
now i'm copying the dll files which has been overwrited from other win 98, then when i'm installing my program these error message wasn't show again...  
sorry for my question is so beginner....

05-03-2005 at 12:53 AM
View Profile Send Email to User Show All Posts | Quote Reply
zia
Level: Trainee

Registered: 24-04-2005
Posts: 2
icon Re: Error registering craxdrt.dll,craxddrt.dll

quote:
esthrim wrote:
i already solved it.....
i realized that the dll that i included in the package was belong to xp, so when i'm installing to win 98 it's overwriting the dll used by win 98....
now i'm copying the dll files which has been overwrited from other win 98, then when i'm installing my program these error message wasn't show again...  
sorry for my question is so beginner....


please explain it a bit more
24-04-2005 at 06:57 PM
View Profile Send Email to User Show All Posts | Quote Reply
Atechie
Level: Trainee

Registered: 27-08-2008
Posts: 1
icon Re: Error registering craxdrt.dll,craxddrt.dll

Hey i have similar, problem, but i'm using crystal report viewer XI. What is the best possible solution that you can advise?

27-08-2008 at 06:41 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : ActiveX : Error registering craxdrt.dll,craxddrt.dll
Next Topic (How will I register a ocx demo version to full version) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Il portale per lui e lei | Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder