[RESOLVED] Activex Component Can't create object error ?
Hello;
I made setup package to install my program to client computer but after instalation on client computer program gives "Activex Component Can't create object" when try to run my app. I know miss some component to put my setup package or maybe there are corrupted component on it but i couldn't find which one.
How can i find missed or faulty component ?
Thanks
Re: Activex Component Can't create object error ?
Does the Program use ADODB by any chance? If so then the MDAC version on the target machine may be out of date.
Re: Activex Component Can't create object error ?
Hello;
I didn't use ADODB on this project
Re: Activex Component Can't create object error ?
Without seeing something of what you are deploying it would be impossible to tell
Re: Activex Component Can't create object error ?
Hello;
My project about structural analysis program.
I used some 3d party component like below
Activebar component
OsenXp Suite component
and AcpRibbon user control... and some vbasic component like commondialog,inet control,webbrowser control,richtextbox
I didn't put the AcpRibbon user control and themes.res file in first setup package and then tried compile with putting these files but it doesn't work still.
Thanks
Re: Activex Component Can't create object error ?
Well, not letting someone look at it won't solve the problem...
Re: Activex Component Can't create object error ?
Hello
is there any debug problem to understand which component give this error ?
Do you need code or setup program to solve problem ?
Thanks
Re: Activex Component Can't create object error ?
does the error occur after the program is running, or when it is opening?
i guess after it is running, if so, you need to write out to a logfile prior to creating any object, so you can tell at which point the error is occuring, make sure to close the file each time you write to it as if the app crashes while the file is still open it won't help you much
Re: Activex Component Can't create object error ?
Thank for your helps
I removed every component from my project,tried to run step by step and then found the problem. Problem was cause because of registering ocx on Vista.