Could not load file or assembly 'Microsoft.AI.Web' or one of its dependencies. The system cannot find the file specified

后端 未结 5 697
天涯浪人
天涯浪人 2020-12-30 20:35

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         


        
5条回答
  •  执念已碎
    2020-12-30 20:54

    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.

提交回复
热议问题