C#中的全新Windows Phone 8.1项目,VS2013更新4. using System.Net.Sockets
行给出了编译错误:
The type or namespace name 'Sockets' does not exist in the namespace 'System.Net' (are you missing an assembly reference?)
System.Net程序集在References对话框中不可用 - 它声称已经引用了所有可能的程序集。尝试浏览它会产生一条消息,表明程序集已在项目中引用。
我错过了什么?
编辑:在一个明确针对WP8.0的项目中(该模板被称为" Windows Phone Silverlight"而不是" Windows Phone")所讨论的命名空间是可用的。
答案 0 :(得分:0)
简单回答:Windows Phone 8.1不支持System.Net.Sockets
请改用Windows.Networking.Sockets
。这里提供的文件:
https://msdn.microsoft.com/de-de/library/windows/apps/windows.networking.sockets.aspx