Azure storage Dll error while importing and exporting

150 Views Asked by At

I have use this(https://www.nuget.org/packages/WindowsAzure.Storage/) nuget package dll into my unity folder for accessing the my azure table and the data. But unfortunately this is is causing the issue like not load dll. The page it was mentioned the dll is deprecated and i cant find other dll which will replace this. Is there any way i can sole this issue and get any new dll which will work with unity? This is the error which i am getting during export:

enter image description here

1

There are 1 best solutions below

3
Peter Bons On

That package is rather old. Please use https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table to access the table storage (the name implies it is only useable for Cosmos DB but that is not the case):

This client library enables working with the Microsoft Azure CosmosDB Table API as well as Azure Table Storage.