[Mono-list] application domains and remoting

Lluis Sanchez lluis@ximian.com
Wed, 02 Feb 2005 20:59:39 +0100


On dc, 2005-02-02 at 19:31 +0000, Manuel Costa wrote:
> Hi, 
>  
> is there any problem with remoting and application domains?

No that I know.

>  Is it possible to register channels and uris in an application domain
> different from the main one? 

Yes.

> In our tests, we able to register the channel, but we do not have
> success accessing the remote objects registered in an application
> domain different from the main one.

Make sure the channel is registered in both client and server domains.
Other than that, without a test case I can't tell much more.

LLuis.

>  
> thankx
>  
> manuel