Results 1 to 5 of 5

Thread: Activex component can't create object

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    1

    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.

  2. #2
    Lively Member amolt's Avatar
    Join Date
    Aug 2006
    Location
    INDIA
    Posts
    80

    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,

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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

  4. #4
    Addicted Member
    Join Date
    Aug 2006
    Posts
    243

    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 >

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width