Visual Studio 2017网络诊断工具不适用

时间:2018-04-02 18:41:36

标签: visual-studio networking diagnostic-tools

我在2017年的Visual Studio社区中有一个WPF项目,我想启用网络诊断调试工具,但它位于列表" Not Applicable Tools"在Performance profiler...菜单中,提供了以下原因:Network tool does not support the selected target。所选目标为Startup Project

有没有办法让我的项目"适用"没有改变选定的目标?

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

1 个答案:

答案 0 :(得分:1)

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

  

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

     

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

     

-2016年11月3日

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

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