Quote Originally Posted by JAAFAR View Post
Is there a way of using PutObject from a different process ?
Highly doubt it.

GetObject is returning a proxy to the original object and then you try to register this proxy under a new name (not the original object) so this use-case is either deliberately detected to fail or the proxy is not implementing enough interfaces to be ROT compatible (e.g. no enough typelib info but not sure exactly which interfaces or what is missing).

Private classes cannot be ROT registered too for some similar reason (not enough typelib info probably).

cheers,
</wqw>