Ponmani Chinnaswamy
Ponmani Chinnaswamy

Reputation: 865

"Configure application insights" not showing in VS2017 and how to view insights locally in VS2017?

We have recently upgraded the visual studio from 2015 to 2017 pro.

In visual studio 2015,we have implemented application insights and that was working fine.

After upgraded to 2017, the option "Configure application insights" not showing in solution explorer.

I have reinstalled Microsoft.ApplicationInsights and Microsoft.ApplicationInsights.Web packages. but no use, which is not showing.

Please suggest the steps to check application insights locally using visual studio 2017.

Upvotes: 4

Views: 2560

Answers (2)

Gilberto Alexandre
Gilberto Alexandre

Reputation: 2367

Being more specific, do you need the pack Developer Analytics Tools from ASP.NET and web development

Upvotes: 0

Martin Brandl
Martin Brandl

Reputation: 58931

Refering to the documentation, you have to install the following workloads for Visual Studio 2017:

  • ASP.NET and web development
  • Azure development

Upvotes: 3

Related Questions