CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    May 2013
    Posts
    2

    Runtime Error '429': ActiveX component can't create object

    Hi,

    I am using below code in vb6 application but this is throwing an "Runtime Error '429': ActiveX component can't create object" error.

    CreateObject("OracleInProcServer.XoraSession")

    is that due to any dll or reference error ?

    please share your solution


    Thanks in advance

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Runtime Error '429': ActiveX component can't create object

    Is that DLL registered on the machine?

  3. #3
    Join Date
    May 2013
    Posts
    2

    Re: Runtime Error '429': ActiveX component can't create object

    no.. is there any alternate source code is available ?

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Runtime Error '429': ActiveX component can't create object

    How do you mean "No"? Wasn't my answer satisfactory? Or, isn't the DLL Registered?

    If it is the latter, your only option is to Register the DLL on the machine. Full stop.

    Do you know how to register DLLS?
    Last edited by HanneSThEGreaT; May 10th, 2013 at 08:51 AM.

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

Featured