.net - Azure 网站上缺少 Microsoft.Data.Services.Client 版本 5.6

标签 .net azure azure-storage

我最近尝试将网站部署到使用 Azure 存储的 Windows Azure 网站服务。部署后,我收到来自存储 SDK 的以下错误,该错误似乎引用了尚不存在的程序集版本。我在任何地方都找不到这个版本的 DLL 文件。有什么建议吗?

Could not load file or assembly 'Microsoft.Data.Services.Client, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

最佳答案

存储客户端库依赖于此程序集,不幸的是,当您通过 Nuget 安装该库时,它不会自动下载。您需要自己获取此软件包。您可以从这里下载此软件包:http://www.nuget.org/packages/Microsoft.Data.Services.Client/ .

有关更多信息,请阅读存储团队对此博文的评论:http://blogs.msdn.com/b/windowsazurestorage/archive/2013/11/27/windows-azure-storage-release-introducing-cors-json-minute-metrics-and-more.aspx .

关于.net - Azure 网站上缺少 Microsoft.Data.Services.Client 版本 5.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20457846/

相关文章:

azure - 何时使用 Azure Blob 存储与 Azure 文件共享?

node.js - Azure CDN 签名 url

.net - Excel Interop 在禁用宏的情况下打开 Excel

.net - Entity Framework 存储过程和 POCO

c# - 如何从模板-c#创建xml

c# - 无法转换为 microsoft.azure.cosmosDB.table.itableentity

azure - 对 RowKey 值范围使用 Azure 表的词法过滤

c# - Dictionary.ContainsValue() 总是返回 true

Azure 媒体播放器多实例音量问题

用于托管图像/媒体的 Azure Blob 存储 - 使用 blob URL 获取(无需中间 Controller )