vb6 - Object library not registered VB 6 -



vb6 - Object library not registered VB 6 -

i trying open vb project on windows 7 64 bit version. installed vb 6 , registered required components (.ocx) too. application, utilize 3rd party tool called tx - text command , need register using registry server tool follows:

c:\windows\syswow64>regsvr32 tx4ole.ocx

upon opening project, bunch of errors "object library not registered" when ive registered component above. upon pressing "ok" , proceeding, complains texteditor.ocx not registered. did register too. log message in project directory has message follows:

line 74: class tx4olelib.txtextcontrol of command txeditor not loaded command class.

tried un-registering components, un-installing vb6, fresh-installing using administrator , registering above components 1 time again administrative privs same result. thought why happen ?

i encountered same problem , found 2 issues. first "object library not registered" issue. solved using reply on stack overflow.

basically ran command regtlibv12.exe msdatsrc.tlb c:\windows\microsoft.net\framework\v4.0.30319.

the sec issue couldn't compile because of missing reference. prepare that, clicked project->references , unchecked references. reran project (which failed). next, added necessary references using project->references. missing references used browse button find , add together missing references.

vb6 ocx

Comments

Popular posts from this blog

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -