【问题标题】:Visual Studio 2017 Network Diagnostics Tool not applicableVisual Studio 2017 网络诊断工具不适用
【发布时间】:2018-09-12 00:00:19
【问题描述】:

我在 Visual Studio Community 2017 中有一个 WPF 项目,我想启用网络诊断调试工具,但它位于 Performance profiler... 菜单中的“不适用工具”列表下,原因如下:@987654323 @。选择的目标是Startup Project

有没有办法在不更改所选目标的情况下使我的项目“适用”?

编辑:我放弃使用网络诊断工具并最终使用Telerik Fiddler

【问题讨论】:

    标签: visual-studio networking diagnostic-tools


    【解决方案1】:

    At some point in the past,网络分析工具仅支持 UWP 应用:

    Visual Studio 网络诊断工具收集有关使用 Windows.Web.Http API [...] 执行的网络操作的数据 [...]

    网络工具仅支持 UWP 应用。目前不支持其他平台。

    -- 11/03/2016

    似乎不太可能支持其他平台,因为网络工具 relies on the fact that 这些项目使用“WinRT HttpClient API”。

    我可以告诉您,该工具是 introduced in VS 2015,并且我在 VS2015 Professional 中的项目(控制台应用程序)中看到的结果与您相同。

    【讨论】:

      猜你喜欢
      • 2017-08-04
      • 2017-12-24
      • 2017-09-13
      • 1970-01-01
      • 2017-12-24
      • 2023-01-11
      • 2017-01-07
      • 2017-05-18
      • 1970-01-01
      相关资源
      最近更新 更多