我正在尝试在本地代码中调用任何WCF服务,这给了我以下异常:
WinHttpException: The group or resource is not in the correct state to perform the requested operation
。
一些代码示例:await service.ReadMultipleAsync(filters.ToArray(), null, 1);
。这可能什么也没说。奇怪的是,它在更新Windows 10之前就起作用了。这可能是一个巧合,但是我绝对没有代码更改。
我还可以通过某些工具直接与WFC服务进行通信,因此它不能是某种IP阻止或防火墙。但是通过代码执行此操作会导致错误,无论是使用Kerstel还是IIS Express。
可能的相关软件包:
我目前一无所知。任何帮助将不胜感激!
编辑:
更详细的例外情况:
System.Net.Http.WinHttpException (8007139F, 5023): The group or resource is not in the correct state to perform the requested operation
at System.Threading.Tasks.RendezvousAwaitable`1.GetResult()
at System.Net.Http.WinHttpHandler.StartRequest(WinHttpRequestState state)
答案 0 :(得分:0)
我从Windows 10 1903版回滚到1803,它突然又开始工作了。并不是真正的解决方案,但它可以工作。仍然不知道怎么了。可能是个错误吗?