so does it stop working when you activate the server from the second
client? when you call a method from the second client? When it fires
an event after the second client is connected? What type of object
are you creating on your server? SAO Singlecall, SAO Singleton, CAO?
I've written many servers in remoting with multiple client connections
and I can't say that I've really had any problems.
Allen Anderson
http://www.glacialcomponents.com mailto: allen@put my website base here.com
On Tue, 29 Jun 2004 04:38:01 -0700, "Wara"
[quoted text, click to view] <Wara@discussions.microsoft.com> wrote:
>Hello;
>I'm working on a project using .Net Remoting and events and facing the following problem.
>When the first client access the server ( as web site), the program works fine but with 2nd client, it will stop working without any error meassage.
>The client can be in localhost or in a network.
>Anybody has an idea.