当前位置: 代码迷 >> WinCE >> wince连接WebService报这个错误是什么原因
  详细解决方案

wince连接WebService报这个错误是什么原因

热度:36   发布时间:2016-04-28 13:16:42.0
wince连接WebService报这个异常是什么原因
Unable to connect to the remote server
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly 

respond after a period of time, or established connection failed because connected host has failed to respond
位于 System.Net.Sockets.Socket.ConnectNoCheck()
位于 System.Net.Sockets.Socket.Connect()
位于 System.Net.Connection.doConnect()
位于 System.Net.Connection.connect()
at WorkItem.doWork()
位于 System.Threading.Timer.ring()

我单独写了一个程序进行测试,调用同样的函数,就不会出现这个问题代码也是一样的,我用的是C#

------解决方案--------------------
测试程序也是 CE 上运行的吗?
  相关解决方案