gpt4 book ai didi

azure - 无法解析 Microsoft.WindowsAzure.StorageClient

转载 作者:行者123 更新时间:2023-12-02 08:10:35 26 4
gpt4 key购买 nike

我有一个通过 git 部署的 Azure 网站设置,但是当我这样做时,我收到一个编译器错误,指出:

D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

这是一个与我的 MVC 项目不同的项目,该项目确实将 Microsoft.WindowsAzure.StorageClient 作为引用,并且在属性中我将其设置为 CopyLocal

有什么想法吗?

最佳答案

即使您将“复制本地”属性设置为“true”,您仍然需要确保在将应用程序部署到 Windows Azure 时,所有文件都已部署。我相信关键是当您运行“git commit”时,请确保列出将推送的所有文件。

例如,当我运行 git commit -m "initial commit" 时,我可以在下面验证是否包含与 Windows Azure 存储相关的引用,如下所示:

enter image description here

之后,当您调用git push azure master时,这些附加引用肯定会被部署。

我的 Git 测试期间的所有步骤都记录在我的博客 Using Git to deploy an ASP.NET website shows Windows Azure Blob Storage list at Windows Azure Websites 中.

关于azure - 无法解析 Microsoft.WindowsAzure.StorageClient,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11106191/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com