加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

无法加载文件或程序集“Microsoft.WindowsAzure.Storage”或其依

发布时间:2020-12-14 05:34:36 所属栏目:Windows 来源:网络整理
导读:我在Visual Studio中进行了一些修改后试图运行我的聊天机器人.使用bot框架模拟器在本地运行时,我的代码可以正常工作,但是当发布到存储在Azure上的聊天机器人时,我得到错误: Could not load file or assembly ‘Microsoft.WindowsAzure.Storage’ or one of
我在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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读