Adding Microsoft.WindowsAzure.StorageClient to Visual Studio 2013

I am trying to add to references Microsoft.WindowsAzure.StorageClient. So there is a question: Is visual studio 2013 support Microsoft.WindowsAzure.StorageClient reference?

Upvotes: 1

Views: 840

Answers (2)

Serdar Ozler
Serdar Ozler

Reputation: 3802

You can install our latest Azure Storage Client Library through NuGet and then start using the new Microsoft.WindowsAzure.Storage namespace. Microsoft.WindowsAzure.StorageClient namespace is no longer used since our 2.0 release.

Upvotes: 1

Saravanan
Saravanan

Reputation: 7844

You have to install Azure SDK and add reference or create projects that can target various azure emulator or azure feature's within vs2013

HTH

Upvotes: 1

Related Questions