I’m writing a WPF app using the latest Elements and latest DA beta versions. My DA code uses DALINQ extensively for all data access via a client library DLL accessing Relativity.
All has been going well, but lately this week i have one user who is continually getting the following exception at various places in the application:
System.Net.Sockets.SocketException
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
How would you suggest i best handle this exception? I’m suspecting some network issues on her end, but as of yet i haven’t confirmed this. Nobody else is getting this exception when using/testing the application.
This exception could show up anywhere for her, so i’m struggling as to how to best handle it. Any suggestions would be appreciated!
Thanks