命名空间“Microsoft”中不存在类型或命名空间名称“WindowsAzure”

SKL*_*LAK 5 .net c# visual-studio-2013

我在我的 C# 课上有这个:

using Microsoft.WindowsAzure.Storage.Blob;
Run Code Online (Sandbox Code Playgroud)

我还确保 nuget 包是最新的。

但是,我收到以下编译错误:

The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Run Code Online (Sandbox Code Playgroud)

我不明白我在这里做错了什么。

先前提出的问题中的所有解决方案均无效

小智 -2

检查解决方案资源管理器的引用文件夹中是否存在命名空间。如果没有通过右键单击文件夹并手动添加Add reference