Re: Remote event not called
- From: "Shailen Sukul" <shane@xxxxxxxxxxxxx>
- Date: Thu, 21 Dec 2006 09:28:00 +1100
Remember that when using callbacks, the role of the server and the client
are reversed. I am guessing that the Windows firewall or similar is blocking
the server's call to the client. Try to turn the firewall off initially and,
if it works, try and make an exception for the port your are using.
--
With Regards
Shailen Sukul
..Net Architect
(MCPD: Ent Apps, MCSD.Net MCSD MCAD)
Ashlen Consulting Services
http://www.ashlen.net.au
"Bhupendra" <Bhupendra@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F7228CB6-75E4-44E9-AE33-C3413D0A168D@xxxxxxxxxxxxxxxx
Hi,
I have used .NET Remoting to create a client/server application.
Client registers to server and the server (depending on external data)
will
call the client as needed by using a function defined in the client side
as
delegate. To call this delegate method the server calls BeginInvoke and
has a
callback in charge of calling EndInvoke and unregister disconnected
clients.
The issue is the events at the client side were getting invoked before but
now they are not working. Presently the client is on different machine and
server on different machine. Later I tried to run both the client as well
the
server on the same machine and still it was not working. After installing
updates on the server machine it started working locally (both the client
and
server on one machine) but it is still not working when client is on
another
machine than server. The trouble is there are no expections at both the
sides.
I am using VS 2005 and .Net Framework 2.0
It is something to do with the PC setup like Antivirus, Networking
services,
etc.
Regards,
Bhupendra
.
- Prev by Date: Re: asp.net development server & remoting problem
- Next by Date: Re: Handle Exception over Remoting
- Previous by thread: Handle Exception over Remoting
- Next by thread: Remoting Problem
- Index(es):
Relevant Pages
|
Loading