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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -