0

I am trying to consume a web service locally on a .net smart device application and getting this error:-

System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it

Any suggestions..

Mat
  • 202,337
  • 40
  • 393
  • 406
Amol
  • 1

1 Answers1

0

Probable causes:

  1. Your emulator do not allow the connection
  2. The server is really not responding
  3. A firewall prevents the connection
jgauffin
  • 99,844
  • 45
  • 235
  • 372