Ok, so I'm just going mad but this seems a little odd.
I create a remotable object in the server with a well known type of singleton.
I can ther create it with 'new' or with Activator.GetObject.
However, if I create it with 'new' when the client request the object with Activator it gets a new one. When it is created in the server with GetObject the client gets this one.
Doesn't seem quite right to me.
I create a remotable object in the server with a well known type of singleton.
I can ther create it with 'new' or with Activator.GetObject.
However, if I create it with 'new' when the client request the object with Activator it gets a new one. When it is created in the server with GetObject the client gets this one.
Doesn't seem quite right to me.


I dont really think is particularly a remoting problem.
Comment