【发布时间】:2023-04-09 14:19:01
【问题描述】:
WCF : PlatformNotSupportedException when running Server Projects 这对我不起作用...
Console.WriteLine(System.Net.HttpListener.IsSupported); // false
代码:
HttpListener h = new HttpListener();
错误:
System.PlatformNotSupportedException: Operation is not supported on this platform
In System.Net.HttpListener..ctor()
我最近重新安装了 Windows 10 1703,我不知道为什么会这样。
但我可以在 Windows 10 1511 上使用它
【问题讨论】: