sockets - Consuming a web service on a .net smart device application -


i trying consume web service locally on .net smart device application , getting error:-

system.net.sockets.socketexception: no connection made because target machine actively refused it

any suggestions..

probable causes:

  1. your emulator not allow connection
  2. the server not responding
  3. a firewall prevents connection

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -