Error adding new ASP.Net web application

After updating Visual Studio 2015 2, I get the following error every time I try to create a new ASP.NET web application project:

Could not load file or assembly 'Microsoft.VisualStudio.ApplicationInsights.Interfaces, Version = 14.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file.

+6
source share
1 answer

Fixed by selecting the Repair option in Visual Studio in Control Panel.

+6
source

All Articles