Results 1 to 3 of 3

Thread: [RESOLVED] runtime error 429

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    40

    Resolved [RESOLVED] runtime error 429

    I am recieving a error on running

    active X component cannot create object

    VB Code:
    1. Private Sub Form_Load()
    2.  
    3.     Dim oShell As IWshShell_Class[B]
    4.     [COLOR=Sienna]Set oShell = New IWshShell_Class[/COLOR][/B]
    5.    
    6.     oShell.RegWrite "HKLM\Software\OTN\InstallLocation", App.Path, "REG_SZ"
    7.  
    8.    Set oShell = Nothing
    9.     Shell App.Path & "\IWKSoft.exe", vbNormalFocus
    10.     End
    11. End Sub
    Error occurs at the line indicated on debuging

    only occurs on some compters under windows 98, but not others

    I have reinstalled stdole2.tlb and wshom.ocx
    when trying run regsvr32 \windows\system\STDOLE2.TLB I get a message stating

    stdole2.tlb was loaded, but the dllRegisterService entry point was not found
    stdole2.tlb does not appear to be a dll or ocx file


    any idea of why?

  2. #2

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    40

    Re: runtime error 429

    FINALLY found the answer. Scripting runtime files were missing from the computer. Microsoft has a distribuatable application that installs all the needed files, installed them and everythying worked fine.

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