vb6 - Runtime error 429 When trying to create ActiveX component -


runtime error 429 -activex component can't create object

this error comes when program executes following lines.

private withevents commclient xxcommclient  private sub class_initialize()     'initializes commclient object.     set commclient = createobject("commlibxlibctl.xxcommclient") 'errors here 

what missing? >_< i've added xxcommlibx.dll reference in project (and contains class definitions (i think that's they're called) xxcommclient , xxcommserver)

i'm running on win8.1. i've changed access permissions , stuff in mmc comexp.msc /32 "xxcom.xxinfo" (which contains above code). settings btw none, can edit, , interactive user.

can please point me right direction? i've been going in circles past few days huhuhuhuhu

@aj godinez, can guide me answer

i newbie vb6 , microsoft technologies. trying run vb6 application. when open app , try running app, following error in dialog box "runtime error 429: active x component cannot create object" , gives me 2 options "debug" , "end". environment: windows 8.1 64bit, vb6

when click on end/debug highlights following code in yellow "set m_osntpctrl = createobject("sntpwizard.sntpwizardctrl2")"..

what error, missing dll's/ocx files????

the class looks this:

private sub class_initialize() on error goto errhndlr set m_osntpctrl = createobject("sntpwizard.sntpwizardctrl2") m_osntpctrl.unlocksntpwizard "sntpwiz-0200002100230152" exit sub errhndlr: call logerror(err.description, "class_initialize()") end sub 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -