I am using Socket class in Windows Phone SDK,
the thing is my application works fine on the emulator, but giving exceptation in the receive , saying
// Make an asynchronous Send request over the socket
_socket.SendToAsync(socketEventArg);
Invalid argument supplied,
When i debugged, on send function, its saying "Host not found" but the same piece of code works fine in the Emulator,
I checked my device having Wi-FI and 3G both ,
Are there any app configuration that i am missing ?