On Feb 15, 2012, at 4:28 AM, johnv wrote: > [ERROR] FATAL UNHANDLED EXCEPTION: System.Net.WebException: Error: > ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: > Connection refused > at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP)
Thank you for the stack trace. :-) Does your app have INTERNET permission? INTERNET permission is required in order to access any networked resources. Alternatively, is your server behind a VPN/etc.? Is your Android device able to access your server, e.g. from the Browser app? Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
