ThreadAbortException fails to get thrown from thread making remoting call.

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have a thread that is making a remoting call. Another thread calls to
abort this thread, which is supposed to fire a ThreadAbortException on the
thread that is making the remoting call. This does not happen.

Any thoughts?

--
Howard Swope [hswopeATtrafficDOTcom]
Software Engineer
Media Development
Traffic.com [http://www.traffic.com]


.



Relevant Pages

  • Re: ThreadAbortException fails to get thrown from thread making remoting call.
    ... which is supposed to fire a ThreadAbortException on the ... You may resort to aborting through native windows API, ... should be some resources on the internet about .NET aborting calls. ... I also noticed that remoting threads cannot be aborted. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Very difficult situation
    ... across remoting. ... to find abort them from the server that has the dll loaded inproc. ... >In server I can use this function with AutoResetEvent and I can abort old ...
    (microsoft.public.dotnet.framework.remoting)