How To Register Your Custom ActiveX DLL from a Client (173407)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q173407 SUMMARY
If a compiled client application attempts to reference an object contained
in an ActiveX DLL that is not currently or correctly registered on the
machine, the following run-time error appears:
ActiveX component can't create object or return reference to this
object (Error 429)
This error will not occur when testing in the Visual Basic IDE. In the
development environment Visual Basic will one of the following compile
errors:
User-defined type not defined
Can't find project or library
This article details a method that can be used to ensure that your client
application correctly traps for and resolves error 429 at run-time if the
ActiveX DLL is present on the machine but not correctly registered.
Modification Type: | Minor | Last Reviewed: | 7/15/2004 |
---|
Keywords: | kberrmsg kbhowto KB173407 |
---|
|