|
-
Jun 25th, 2007, 03:07 PM
#1
Thread Starter
New Member
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.
-
Jul 5th, 2007, 12:30 AM
#2
Lively Member
Re: Activex component can't create object
Hi,
Could u specify ur problem in more detail??
Where is ur application running and where is the component ur application is using?
Regds,
-
Jul 18th, 2007, 04:54 PM
#3
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.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Aug 2nd, 2007, 05:56 AM
#4
Addicted Member
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 >
-
Aug 4th, 2007, 05:26 PM
#5
Re: Activex component can't create object
 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|