Detecting if a remoted object really exists



Hi,

is there a chance to find out if a proxy to a remote object is dead without
calling a method on the proxy? I have written a frontend for a service, the
service itself is the remote object. When I first start my frontend
everything works as expected, the call to Activator.GetObject() returns
null. But when I start the service and the stop it again calling
Activator.GetObject() returns me a TransparentProxy. Any ideas?

Regards,
Michael


.



Relevant Pages

  • Detecting a dead proxy to a remote object
    ... is there a chance to find out if a proxy to a remote object is dead without ... Now when calling Activator.GetObject ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Detecting a dead proxy to a remote object
    ... You might try using the Ping class ... > is there a chance to find out if a proxy to a remote object is dead ... > calling a method on the proxy? ...
    (microsoft.public.dotnet.framework.remoting)
  • RE: Asynchronous Web Service Method Failure
    ... this is an ASP page calling the ... >that pops up if the proxy can't reconcile the web method parameters. ... I cannot return a .pdf document object from a web service method ... >> On the server side, it's not a background thread any more than any other ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • IIS Remote Host & Proxy Servers
    ... I'm getting a message Proxy Authentication Required. ... invoke a method on a remote object that is hosted on a IIS site A.B.C on an ... proxy in IE, the remote object method invockation is successfull, but this ... I am using configuration files as i do not want remoting to be explicit, ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: client side lifetime of remote object
    ... I checked in my code and i am holding the client proxy forever and is alive ... The client application is a Winforms application, and the remote object is ... "Sean Hederman" wrote: ...
    (microsoft.public.dotnet.framework.remoting)