Register same type as service and client

spanky4_3

New member
Joined
Feb 1, 2007
Messages
1
Programming Experience
1-3
Hi everyone,

I have a remoting server app (.NET 2.0) which hosts a number of MarshalByRefObject Objects (all singletons). In some situations one of these objects may need to access members of one of the other remote objects. The problem is Remoting won't let me register a type as both service and client types (I get a RemotingException stating:"Attempt to redirect activation for type ...").

Am I trying to do something that is not allowed (or just plain stupid) or is there a way to achieve this. I hope this is a simple question and there is an easy answer.

Regards,

Marcus
 
Back
Top