After successfully publishing my Web Api to Azure when i try to hit the api i get the following error.
Here\'s a link to api
WRN: Assembly binding lo
All the Answers about "Install-Package Microsoft.ApplicationInsights.Web" are not directly solved the Error in my case. My WebApplication-Project did not accept the Installing of the Package (Rollback after a few Minutes of installing).
Then I tried to add the NuGetPacke for Microsoft.ApplicationInsights.Web into a Library-Project, which my WebApplication use. That added the AI.Web-DLLs also to my WebApplication and solved the Problem.