Activex component can't create object
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.
Re: Activex component can't create object
: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,
Re: Activex component can't create object
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.
Re: Activex component can't create object
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 >
Re: Activex component can't create object
Quote:
Originally Posted by ravininave
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.