Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created August 5, 2014 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mohit-Kheterpal/b927e7d41896f6a34ab4 to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/b927e7d41896f6a34ab4 to your computer and use it in GitHub Desktop.
System.Net.Sockets.SocketException: Could not resolve host 'localhost'
at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net/Dns.cs:298
at System.Net.Dns.hostent_to_IPHostEntry (System.String originalHostName, System.String h_name, System.String[] h_aliases, System.String[] h_addrlist) [0x00082] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net/Dns.cs:326
at System.Net.Dns.GetHostByName (System.String hostName) [0x0002a] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net/Dns.cs:467
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00061] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net/Dns.cs:406
at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress) [0x00065] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net/Dns.cs:432
at System.Net.Sockets.Socket.GetCheckedIPs (System.Net.Sockets.SocketAsyncEventArgs e, System.Net.IPAddress[]& addresses) [0x00015] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net.Sockets/Socket_2_1.cs:1594
at System.Net.Sockets.Socket.ConnectAsyncReal (System.Net.Sockets.SocketAsyncEventArgs e) [0x00004] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net.Sockets/Socket_2_1.cs:1610
at System.Net.Sockets.Socket.ConnectAsync (System.Net.Sockets.SocketAsyncEventArgs e) [0x00053] in /Volumes/build-root-ramdisk/mono-3.8.0/mcs/class/System/System.Net.Sockets/Socket_2_1.cs:1653
at Case78061.MainClass.Main (System.String[] args) [0x0004c] in /Users/360logicaxamarinmacmini/Downloads/Case78061/Case78061/Program.cs:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment