当前位置: 代码迷 >> Windows Mobile >> .net中WebService引用,错误SockeException
  详细解决方案

.net中WebService引用,错误SockeException

热度:92   发布时间:2016-04-25 07:41:57.0
.net中WebService引用,异常SockeException
InnerException:System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
  在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  在 System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
  在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
Message:无法连接到远程服务器
=============================================================================================================
请教各位大牛一下,引用WebService中,出现这样的问题该如何解决?



------解决方案--------------------
你估计是把测试时用的IP引用句进来了,可以在正式调用时调试一下看看,我认为是这个问题。
------解决方案--------------------
会不会是并发数问题···没有及时关闭连接?
------解决方案--------------------
你确定能上网吗?
------解决方案--------------------
1.引用不正确
2.网络根本就没通

先在Mobile浏览器上访问下WebService,确保能访问到,如果能访问到,再看看你的引用
  相关解决方案