brminnick/UITestSampleApp

I am receiving numerous Socket Exceptions

grockland opened this issue · 4 comments

and don't know why. I presume it is from the socket connection between the Xamarin.UITest.dll an the device. Could you explain?
e.g.
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.AggregateException' in mscorlib.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.AggregateException' in mscorlib.dll
Exception thrown: 'System.Net.Http.HttpRequestException' in Xamarin.UITest.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.AggregateException' in mscorlib.dll
Exception thrown: 'System.Net.Http.HttpRequestException' in Xamarin.UITest.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.AggregateException' in mscorlib.dll
Exception thrown: 'System.AggregateException' in Xamarin.UITest.dll
Exception thrown: 'System.Net.Http.HttpRequestException' in Xamarin.UITest.dll
Exception thrown: 'System.Net.Sockets.SocketException' in System.dll
Exception thrown: 'System.IO.IOException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.Net.WebException' in System.dll
Exception thrown: 'System.AggregateException' in mscorlib.dll
Exception thrown: 'System.AggregateException' in Xamarin.UITest.dll
Exception thrown: 'System.Net.Http.HttpRequestException' in Xamarin.UITest.dll

I haven’t seen this error.

Can you put together a small code sample that reproduces the error?

Thanks for the confirmation @grockland.

My guess is that you haven't enabled developer mode on your android device.