borderAndreaVB free resources for Visual Basic developersborder

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

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

Print This Topic
Previous Topic (craxdrt.dll registration problem)Next Topic (Physical Database not found) New Topic New Poll Post Reply
AndreaVB Forum : Reporting tools : Hellp me Crystal killed me
Poster Message
Gharakhanlou
Level: Scholar

Registered: 30-04-2005
Posts: 40

icon Hellp me Crystal killed me

hi every body

do anyone of you dveveloped app with RDC (craxdrt library)

i am developing an App that use with craxdrt library with external rpt files

and i think use all dll files for destribute
but on end user pc app cnnot work and give "activx commponent cannot create object" err
i dont know what is its source

and i dont registerd my cr from its website to get the 10 digit  activation number
plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz help me
this taked 1 month for me     

[Edited by Gharakhanlou on 30-05-2005 at 12:00 PM GMT]

27-05-2005 at 02:41 PM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: ellllp me Crystal killed me

You dont say how are you installing your application? Do you copy files manually, or you have created a setup program?

The "activx commponent cannot create object" error tells you that the file is missing or is missing its dependencies.

You also dont say which version of CR are you using. The best thing to do is to look on CR site and see what are minimum required files needed to be distriuted in order your version of CR to work.

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

27-05-2005 at 11:55 PM
View Profile Send Email to User Show All Posts | Quote Reply
Gharakhanlou
Level: Scholar

Registered: 30-04-2005
Posts: 40
icon Re: ellllp me Crystal killed me

yeah
i am using CR ver 9
and create setup by install us
and use craxdrt9.dll and its depence file by runtime CR help file
and copy and register all of them to the path whitch it said  means "program files\crystal decisions\2.0\bin"
and i create registry key that hold this path as runtime help said and my code is ::
private form_load()
dim CRApp as new craxdrt.application
DIM CRrreport as new craxdrt.reprot
set CRapp=createobject("crystalruntime.application")
setCRreport =CRapp.openreport(app.path&"\reports\report1.rpt")
CRreport.printout true

Dear goran may you tell me
how you youeself do this steps
and where you take your craxdrt depenc files and create setup
thank u

28-05-2005 at 07:14 AM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: ellllp me Crystal killed me

You should add reference to your project to

Crystal Reports 9 AxtiveX Designer Run Time Library

This line is needless

set CRapp=createobject("crystalruntime.application")


since application object was already created with this line:

dim CRApp as new craxdrt.application


You have Crystal reports 9 Merge modules that you can download from their site. Use this modules in installation package.

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

28-05-2005 at 03:57 PM
View Profile Send Email to User Show All Posts | Quote Reply
Gharakhanlou
Level: Scholar

Registered: 30-04-2005
Posts: 40
icon Re: ellllp me Crystal killed me

hello

my problem solved
i got so experence durint creating setup with RDC

soon i will write an article and descrbe all of this
and the story  of me and RDC which taked one month for
me.i fonud that my setup cant register correctly the craxdrt.dll
and i didnot use of keycode.dll

bye,now you can sk me your questions about create setup By usIng of rdc
SO AL THE ENT I REFER YOU TO GOARAN
  

30-05-2005 at 08:57 AM
View Profile Send Email to User Show All Posts | Quote Reply
samson
Level: Trainee

Registered: 28-08-2005
Posts: 2
icon Re: ellllp me Crystal killed me

Can you please explain how you solved the problem.. I am having problem registering craxdrt.dll on the deployment PC

Samson

quote:
Gharakhanlou wrote:
hello

my problem solved
i got so experence durint creating setup with RDC

soon i will write an article and descrbe all of this
and the story  of me and RDC which taked one month for
me.i fonud that my setup cant register correctly the craxdrt.dll
and i didnot use of keycode.dll

bye,now you can sk me your questions about create setup By usIng of rdc
SO AL THE ENT I REFER YOU TO GOARAN
  

28-08-2005 at 02:53 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Reporting tools : Hellp me Crystal killed me
Previous Topic (craxdrt.dll registration problem)Next Topic (Physical Database not found) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

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