无法将Application Insights添加到项目

时间:2018-07-09 09:08:01

标签: asp.net-mvc azure azure-application-insights

我正在尝试配置一个Web应用程序以获取 Application Insights 上的实时指标 当我尝试这样做时,我会看到此弹出窗口。

enter image description here

我已经使用示例应用程序配置了相同的程序,但效果很好,但是当我尝试使用此特定应用程序进行配置时,我会看到这一点。

这样做还会从解决方案中删除 ApplicationInsights.config 文件吗?不确定为什么?

1 个答案:

答案 0 :(得分:0)

我必须安装所有这些软件包

Install-Package Microsoft.ApplicationInsights.DependencyCollector -Version 2.6.4
Install-Package Microsoft.ApplicationInsights.PerfCounterCollector -Version 2.6.4
Install-Package Microsoft.ApplicationInsights.Web -Version 2.6.4
Install-Package Microsoft.ApplicationInsights.WindowsServer -Version 2.6.4
Install-Package Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel -Version 2.6.4

然后一切正常。