
DCOM component working on single computer but not over network Error Number : 429
And the whole point of that is so that you have something to "install" and register on the client,
even for a component that is actually installed on a server elsewhere...
--
Michael Harris
Microsoft.MVP.Scripting
--
Please do not email questions - post them to the newsgroup instead.
--
Quote:
> Hi there,
> I am currently using the Enterprice addition of VB 6. When I add the *.VBR
> file it automatically generates and adds the *.TLB file.
> Thanks
> Courtney
> > Hello Courtney,
> > When you create a COM/DCOM componet you want to create a TLB file. Are you
> > instaniating the componet using the servers name too? eg. Set Srv =
> > CreateObject("ServerRole.Client", "srv.dom.ca")
> > > Hi All,
> > > I am looking for some help getting a DCOM program to work. The progam
> > works
> > > perfectly on a single computer but will not work over a network. The
> error
> > > message that appears is
> > > Error Number : 429
> > > Error Description: ActiveX component can't create object
> > > Module Name: Global
> > > Sub/Function: Main
> > > I have setup the dataobject.dll component within Project Properties so
> > > Remote Server Files is ticked and the Version Compatiblity is binary
> > > compatibility. From the client interface component I have added the
> *.vbr
> > > file. I have unregistered the remote dll file from the client computer.
> I
> > > have also checked DCOMCNFG utility.
> > > Note if I register the dll file on the client computer the program works
> > > purfectly. But does not work when I unregister the same dll file. I want
> > it
> > > to use a remote dll file.
> > > PLEASE PLEASE HELP
> > > courtney