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

后端 未结 5 694
天涯浪人
天涯浪人 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条回答
  •  -上瘾入骨i
    2020-12-30 21:08

    Pls, check this answer:

    You will need to include the dll with your project and add a reference to it as well.

    Here is a link to a similar issue already on Stack: MVC3 Deployment Dependency Problems

提交回复
热议问题