开发者

Consuming a web service on a .net smart device application

开发者 https://www.devze.com 2023-03-04 04:54 出处:网络
I am trying to consume a web service locally on a .net sma开发者_StackOverflow社区rt device application and getting this error:-

I am trying to consume a web service locally on a .net sma开发者_StackOverflow社区rt device application and getting this error:-

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

Any suggestions..


Probable causes:

  1. Your emulator do not allow the connection
  2. The server is really not responding
  3. A firewall prevents the connection
0

精彩评论

暂无评论...
验证码 换一张
取 消