我在Visual Studio中进行了一些修改后试图运行我的聊天机器人.使用bot框架模拟器在本地运行时,我的代码可以正常工作,但是当发布到存储在Azure上的聊天机器人时,我得到错误:
Could not load file or assembly ‘Microsoft.WindowsAzure.Storage’ or
one of its dependencies. The located assembly’s manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040)
对这个问题的任何帮助或见解都会非常有用!
最佳答案 打开nuget控制台并粘贴以安装缺少的包:
Install-Package WindowsAzure.Storage -Version 9.3.1