Vafis
August 23rd, 2001, 03:18 AM
I have implemented an Dcom application with Com Server and Com Client. This application running correctly on two individual PCs running Windows 98 emulating the Client/Server on the same machine (each PC has each own application). When i try to run a Com server from one pc that has the com client using the command Set objDB = CreateObject("SSIDBServer.DBServer", .ServerName) a message "ActiveX component can't create object" appears.
Then i try to create an instance of this server on the appropiate machine using OLE VIEW tool from Visual Studio a message appears "CoGetClassObject failed Server execution failed CO_E_SERVER_EXEC-FAILURE($80080005).
I think that dcom configuration using dcomcnfg.exe
is O.K
What may be the problem in not loading a server com on a remote machine?
Thanks!
Then i try to create an instance of this server on the appropiate machine using OLE VIEW tool from Visual Studio a message appears "CoGetClassObject failed Server execution failed CO_E_SERVER_EXEC-FAILURE($80080005).
I think that dcom configuration using dcomcnfg.exe
is O.K
What may be the problem in not loading a server com on a remote machine?
Thanks!