What can I do to make DCOM work with a COM object that raises events (has
connection points) through a VPN?
The server will run on a machine with public IP, and the clients will be in
a private network accessing the server over the Internet.
Until now, if the object i am trying to instanciate doesn't have connection
points, i have no problem.
But if the object has connection points, I get a "out of memory" error from
my VB client.
What's the problem anyway, that DCOM has with connection points?
Thanks
Jason Bafas