Hey guys,

I have a problem with remoting and using multiple appdomains. I now know what the problem is, but do not know how to solve it. Mayby you can help me.

My system consist of a server and a client. I made these extendable by loading additional plugins in AppDomain's.
The problem is as follows:

The red lines are ordinary "appdomain boundary's". The blue line indicates the route of a object when a client plugin requests a object from a server plugin.
This doesn't work.
Remoting settings are appdomain specific (so are channels).
The problem is described here: http://www.cookcomputing.com/blog/archives/000308.html

My question is: How can I register the same channel in this plugin appdomain?

Tanks in advance!