PDA

Click to See Complete Forum and Search --> : Activex component can't create object


khyati_a_jain
Jun 25th, 2007, 03:07 PM
I have a VB application which is already compiled and it's
executable is working on one of the server. Now when I am
trying to run it on another server by changing the registry entry it is giving me error
429, ActiveX component can't create object.

Please help.

amolt
Jul 5th, 2007, 12:30 AM
:cool: Hi,

Could u specify ur problem in more detail??

Where is ur application running and where is the component ur application is using?


Regds,

Al42
Jul 18th, 2007, 04:54 PM
Did you make an application installation package and install your program, or did you just copy some files? With a VB application, you MUST make an installation package.

ravininave
Aug 2nd, 2007, 05:56 AM
Activex component can't create object

Means one of the .dll file u r using is not properly registered on the Client Machine. Go to Start>Run and type:

regsvr32 <.dll file name >

RhinoBull
Aug 4th, 2007, 05:26 PM
Activex component can't create object

Means one of the .dll file u r using is not properly registered on the Client Machine...
... or is missing. As Al42 mentioned application must be properly installed.