Hi all!
I've got such a magic while working with DCOM appserver - actually registering my appserver on some server machine.
CPU - WinNT Server 2000
To register appserver I'm launching it on the server,
then configuring DCOM via dcomcnfg.exe ("Execute on this machine", default security+Everyone read, access)
App server has 5 interfaces. The magic is that only 2 of them are registered this way - I can see that by creating instances of classes interfaces represent. When I try to create a coclass of nonregistered interface - I'm getting a message "Class not registered". Whats wrong?
I've got such a magic while working with DCOM appserver - actually registering my appserver on some server machine.
CPU - WinNT Server 2000
To register appserver I'm launching it on the server,
then configuring DCOM via dcomcnfg.exe ("Execute on this machine", default security+Everyone read, access)
App server has 5 interfaces. The magic is that only 2 of them are registered this way - I can see that by creating instances of classes interfaces represent. When I try to create a coclass of nonregistered interface - I'm getting a message "Class not registered". Whats wrong?