Re: Error handling in .Net Remoting

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



Hi!

We have .net remoting applications (using .net framework 1.1)
I want to implement error handling in much better way to conclude
about the problem/failure occurred.

The main problem is, that almost everything that might go wrong within
Remoting is signaled by the "RemotingException" class.

see my posting related to this topic:
http://groups.google.at/group/microsoft.public.dotnet.framework.remoting/browse_thread/thread/ab5a06c30652d96/5674e74c3f231f6b

and the Feature-Request I have submitted to MS.
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=175516


GP


.