Re:



Look on a post made after yours ("Handle Exception over Remoting"). It may
lead you to solve the problem.

--
Regards,
Robson Siqueira
Enterprise Architect
"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

  • Re: RemotingException.
    ... configuring my remoting client (and server). ... How do I change this programmatic configuration to return all of the ... My feeling is that an exception or error is being ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: RemotingException.
    ... I am using SAO interfaces to my server. ... >> do get a report for an exception that is not Remoting related. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: How do I remote an array of objects?
    ... there are some problems with datasets via remoting. ... and pass that xml string over ... Server encountered an internal error. ... > I still get the same remoting exception though. ...
    (microsoft.public.dotnet.framework.remoting)
  • RemotingException.
    ... makes a call to a remoting server to get information on what the page should ... customErrors in the server's .config file. ... An unhandled exception occurred during the execution of the ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Passing Referernce Parameter to Remote Component
    ... customized exception. ... The sample code of my SAO remoting class method is ... Now my remoting client is expecting the set value "Hello" for sReturnValue ... >>style approach to call that remoting component. ...
    (microsoft.public.dotnet.framework.remoting)

Loading