0

I am upgrading the Azure sdk. Having issues with missing references such as TableServiceEntity, TableServiceContext, StorageClient, StorageCredentials, CloudStorageAccount, CloudTableClient etc.

Any pointers to how they have been modified? Not finding any references to this on MSDN or here or google. I wish they released guidelines for these scenarios.

Will really appreciate any sort of help or support.

Thanks!

OBL
  • 1,347
  • 10
  • 24
  • 45

1 Answers1

0

these TableServiceEntity, TableServiceContext, StorageClient from earlier version before storage 1.8, please take a look at the sample code http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-tables/ for Azure .NET Storage Client Library 2.x, hope that helps