MS Bot Framework (C#) and Application Insights error
If you seen the below when trying to add Application Insights to your VS Bot Project:
"Could not add Application Insights to project":
Then you simply need to update your Microsoft.Bot.Builder NuGet package to the latest version (currently 3.1.0):
Then re-add Application Insights to the project.