Re: Remote event not called



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




.



Relevant Pages

  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • This is going straight to the pool room
    ... or not the client has privilege to do what they're trying to do, ... The server environment is this: ... 3GL User action Routines that Tier3 will execute on your behalf during the ... Routine Name: USER_INIT ...
    (comp.os.vms)
  • [Full-Disclosure] R: Full-Disclosure Digest, Vol 3, Issue 42
    ... Full-Disclosure Digest, Vol 3, Issue 42 ... SD Server 4.0.70 Directory Traversal Bug ... Arkeia Network Backup Client Remote Access ...
    (Full-Disclosure)
  • Re: What doesnt lend itself to OO?
    ... > rather than client code. ... no way to do that without also touching the object with clock semantics ... will not encapsulate both clock semantics and network semantics. ... The server can do whatever it wants ...
    (comp.object)
  • RE: Fax monitor incoming + outgoing calls?
    ... problem between the client computer and the SBS server. ... Client is using the internal IP address of the SBS server as the ... To the folder redirection GPO issue: ...
    (microsoft.public.windows.server.sbs)

Loading