调用Web服务时winhttpexception



我正在尝试在当地代码中调用任何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。

可能的相关软件包:

  • .NET Core -2.2
  • System.ServiceModel ....- 4.4.0

我目前毫无头绪。任何帮助将不胜感激!

编辑:

一个更详细的例外:

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)

我从Windows 10版本1903到1803进行了回滚,突然开始开始工作。并不是真正的解决方案,但它起作用。仍然不知道怎么了。可能是一个错误?

相关内容

  • 没有找到相关文章

最新更新