The information in this article applies to:
SUMMARYAttempting to access a DCOM Server from a remote client application sometimes results in the following error: This article describes the most common scenarios in which this error is raised. MORE INFORMATIONThe following is a list of possible causes of Run-time error 429. It is by no means a complete or definitive list. Problem with Server Run LocationThis scenario applies to Microsoft Windows NT, Microsoft Windows 95, and Windows 98 servers.
Incorrect Server Specified in Client RegistryOn the client machine, use the following steps to verify that the DCOM Server machine is properly delegated. This scenario applies to Windows NT, Windows 95, and Windows 98 clients.
Enable Remote Connections is DisabledOn Windows 95 and Windows 98 servers only, you must be sure remote connections are enabled in order for a remote application to get access to and execute a serving application. Use one of the following series of steps to perform this task:Series 1:
Remote Component not StartedOn Windows 95 and Windows 98 servers only, the DCOM Server application must be started before a remote client can access it. DCOM Server applications on Windows NT Servers do not have this limitation.Binary Compatibility is Broken
Use the following steps to resolve this issue:
In the future, if you make any interface changes to your DCOM Server that might break compatibility, the Visual Basic compiler warns you that the component is no longer binary compatible. If you proceed to compile the DCOM Server, thus breaking compatibility, you must recompile any client applications that refer to that server. For more information about compatibility see the REFERENCES section below. REFERENCESFor additional information, please click the article numbers below to view the articles in the Microsoft Knowledge Base: Q161137 HOWTO: Use Project and Binary Compatibility Q176799 INFO: Using DCOM Config (DCOMCNFG) on Windows NT Q193143 BUG: DCOM Client Hangs and Then Gives Error 429 Additional query words:
Keywords : kbDCOM kbVBp500 kbVBp600 kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |