This isn't a pure VB6 question but that's the environment so I'll start here.
I'm getting errors when trying to hook up a client to a DCOM server. My
users can't deal with DcomCnfg so I must make a totally silent install and
connection.
I know the DCOM server's computername so I'm using CoCreateInstanceEx() but
I'm getting errors that vary depending on what is running on the server
(XP/Win2k/Server2003) and the server's security settings and patch level.
This is an example of what MS wants me to do:
http://support.microsoft.com/kb/909444
This project is getting much too complicated and I'm thinking that I may be
going down the wrong road.
All I want to accomplish is to have clients be notified when one of their
peers does something that may require everyone to update their display.
Am I making this too complicated? Are the OS security updates making DCOM
impractical? I've been using polling but that's a lot of overhead.
I'd appreciate any suggestions that will get me back on track.
Archived from group: microsoft>public>vb>ole>automation