0
我试图运行How to create and use a TCP socket client app for Windows Phone但得到以下错误...System.IO.FileNotFoundException Windows Phone中运行TCP客户端的Socket教程时8
An exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.Net.Sockets.SocketException' occurred in System.Net.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.Net.Sockets.SocketException' occurred in System.Net.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.Net.Sockets.SocketException' occurred in System.Net.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.Net.Sockets.SocketException' occurred in System.Net.ni.dll and wasn't handled before a managed/native boundary
我已经在运行简单IP服务我dev电脑和调试时通过USB连接电话。它并不文章你应该使用的IP地址,从手机到dev的电脑提示 - 我已经试过了,
192.168.1.66 // Dev computer address on lan
whitby // Dev computer name
127.0.0.1 // Localhost, refers to dev computer or phone?
localhost // ditto
我猜还有,如果主机是错的,我会得到一个不错的错误信息 - 相反,没有什么(即空字符串)从e.SocketError.ToString()
我使用的Windows Phone 8