Re: Exception Throwing from (Remoting Server to Client)



Hi,

Is this in an asp.net or a Windows forms application?

What sort of remote object are you calling?
* Call by reference?
* Server activated?
* Singleton?
* Single call?
* Client activated?
* Call by value?

Regards


Peter

"Peter Bradley" <pbradley@xxxxxxxxxx> wrote in message
news:OsaT7ToIHHA.1816@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

Is this in an asp.net or a Windows forms application?

What sort of remote object are you calling?
* Call by reference?
* Server activated?
* Singleton?
* Single call?
* Client activated?
* Call by value?

Regards


Peter

"Muddassar" <Muddassar.2iwwen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:...
Subject: Exception Throwing from (Remoting Server to Client)
Date: Sat, 16 Dec 2006 07:32:55 -0600
Message-ID: <Muddassar.2iwwen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Organization: HighTechTalks DotNet Forums
User-Agent: vBulletin USENET gateway
X-Newsreader: vBulletin USENET gateway
X-Originating-IP: 203.81.219.236
Lines: 3
X-Trace:
sv3-NFU8vltpglzndJVPexGLuNk+6Rl078tD+T7rzSE0KgA7YIhGz9eSEKZGDcoW9N39jbwmlNPW9uWNBVQ!3J/wK9VDLKmQFf1Yaz47AMYoZNuRpOf+zBTkyBXLTSdVyHs8JcEIkXzcnChP39eWPSUFMe1ydBZf!kQ==
X-Complaints-To: abuse@xxxxxxxxxxxx
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your
complaint properly
X-Postfilter: 1.3.32
Path:
TK2MSFTNGP01.phx.gbl!TK2MSFTFEEDS01.phx.gbl!news-out.cwix.com!newsfeed.cwix.com!newsfeed.gamma.ru!Gamma.RU!newsfeed.hal-mli.net!feeder1.hal-mli.net!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
Xref: TK2MSFTNGP01.phx.gbl
microsoft.public.dotnet.framework.remoting:28214


Hi I am facing a problem actually i have 2 different application(client
and server) both are comunicating to each other by .net remoting. The
problem is that when any exception occurs on the server application it
does not transfer to the client rather a unhandle exception box is
displayed on the sever so my question is that how can we throw the
exception from server to client and ignore this unhandle exception box
(one more thing i am using the custom exception class and also
implementing the iserializable plus usin the serializable tag as well
this class is also inheriting from the applicationException class)

Any body can help me plz ?


--
Muddassar
------------------------------------------------------------------------
Muddassar's Profile: http://www.hightechtalks.com/m446
View this thread: http://www.hightechtalks.com/t427181





.



Relevant Pages

  • return from server only works for built-in types
    ... But when I call _r.GetStatisticsthe client fails with the exception shown ... GetStatistics fails when client and server is on different networks. ... Win32 Version: 2.0.50727.832 ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Intermittent Remoting Event Callback Problem
    ... OPCEngine published component that was originally a singleton. ... requested by the client through a single-call class factory. ... to reconnect to the server and re-register the callbacks when an error ... the callback *STILL* fails. ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: How to detect if client or server are not responding
    ... you are asking if raising an exception could cause a COM call not ... responds to the server crashing. ... client implemented in an ActiveX plugin DLL running in a browser. ... If a COM service crashes in the middle of a call, it may take up to 6 ...
    (microsoft.public.win32.programmer.ole)
  • Re: Basic .net remoting question
    ... In case of later proxys are created at the client side and any ... > objets and server activated objects. ... > CAO ... Single-Call and Singleton. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: JAX-WS: Wie Exceptions behandeln?
    ... SoapFault gemacht aber die Exception auch von "Java" ins Logfile ... Der Server oder der Client? ... Exceptions werden doch nur vom Server erzeugt. ...
    (de.comp.lang.java)

Loading