Groups | Blog | Home
all groups > dotnet remoting > november 2003 >

dotnet remoting : Can't catch remote event


Sebastiano
11/27/2003 5:40:30 PM
I have a singleton object that launch an event. In the server I can catch
it, but in the client I can't. Server app.config already contains
typeFilterLevel="Full" directive and I have copied the client.exe file in
the same folder of server.exe file, so the server can find client
data-types. The client application doesn't give me any error message, it
simply doesn't run!!!

Many thanks

Sebastiano

Saurabh Nandu
11/29/2003 12:30:07 PM
Hi,

Ensure you open a channel on the client for the client to listen to the
event raised by the server, and register the channel with the channel
services.

Regards
Akila
[MVP|MCAD]

AddThis Social Bookmark Button