0

私の会社のプロジェクトはまだ 2.7 に基づいていますが、最初に Azure SDK .NET 2.9 をインストールしたことがすべて (おそらく) の始まりです。2.7 をインストールしたとき、2.7 と 2.9 の間の非互換性のためにプロジェクトの作成に失敗していました。私はstackoverflowでアドバイスされた手順に従いました。

私の問題は次のとおりです。Web ロールを新しい Azure Cloud Service テンプレートに追加しました。

The following NuGet packages could not be installed in project Slip:

Microsfot.WindowsAzure.Caching (version 'unknown'): Value cannot be null.
Parameter name: path1
WindowsAzure.Storage (version 'unknown'): Value cannot be null.
Parameter name: path1

[OK] をクリックすると、次のように表示されます。

Could not load file or assembly 'Microsoft.WindowsAzure.Storage, Version 5.0.0.0, Culture=neutral, PublicKeyToken-...' or one of its dependencies. The system cannot find the file specified.

その後、依存関係を手動で追加して、Web ロールをローカルで開始しようとすることはできますが、次のように表示されます。

Failed to locate the Microsoft Azure SDK. Please make sure the Microsoft Azure SDK v2.7 is installed.

SDK はありますか? そうしないと、そもそもプロジェクトを作成できなかったのですが、一部が不足している可能性があります。

VS 2013 と 2015 の両方で試しました。

4

1 に答える 1