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 上运行的吗?