我已经安装了 Azure 1.4 工具包。我在 VS2010 中有新的项目模板。
我想开始通过代码将文件保存到我的 Azure 存储帐户 CDN。我引用这个代码片段:http ://www.totaldotnet.com/Article/ShowArticle104_AzureFileStorage.aspx
该片段包括:
using Microsoft.WindowsAzure;
using Microsoft.WindowsAzure.StorageClient;
在我的一生中,我找不到正确的 DLL 来引用以使用这些名称空间。
为了访问 Microsoft.WindowsAzure 命名空间,我需要参考什么?