registration - "Object library not registered" when try to open VB6 project -
registration - "Object library not registered" when try to open VB6 project -
i trying open vb6 project , getting "object library not registered" error.
machine 64 bit. tried below threw error saying "'regtlib' not recognized internal or external command, operable programme or batch file."
cd c:\windows\syswow64 regtlib msdatsrc.tlb
'c:\windows\microsoft.net\framework64\v4.0.30319' folder has 'regtlibv12' file. tried 'regtlibv12 msdatsrc.tlb' in folder did not help.
i read on 1 of forum un-installation of net explorer 10 solution, tried did not help.
i highly appreciate suggestion.
the regtlb.exe used register type libraries, in older windows versions can found under
c:\windows\system32\regtlb.exe the .net frameworks bring new version:
c:\windows\microsoft.net\framework\v4.0.30319\regtlibv12.exe c:\windows\microsoft.net\framework\v2.0.50727\regtlibv12.exe you should able register *.tlb files
regtlibv12.exe file.tlb and unregister with
regtlibv12.exe -u file.tlb you'll have create sure both files accessible, when switching in on of .net folders utilize total path type library.
and of course of study need have file present, otherwise registration won't work.
vb6 registration ocx
Comments
Post a Comment