WCF 5.0 and oData 3.0 API not work with azure table storage -
after migrated wcf5.0 application integrate azure can not use odata 3 api azure table storage. got error-
the type 'system.data.services.client.dataserviceresponse' defined in assembly not referenced. must add reference assembly 'system.data.services.client, version=3.5.0.0, culture=neutral, publickeytoken=b77a5c561934e089'.
the type 'system.data.services.client.dataservicecontext' defined in assembly not referenced. must add reference assembly 'system.data.services.client, version=3.5.0.0, culture=neutral, publickeytoken=b77a5c561934e089'.
after add system.data.services.client.dll in project problems goes away can not use odata 3.0.
this second time question has asked recently. microsoft.windowsazure.storageclient.dll has direct reference dependency on system.data.service.client.dll shown below if going use azure storage client api have reference system.data.service.client.dll in application , sure can not use odata 3.0 supplied wcf 5.0 sdk.

if can create web request based on restful interface azure storage directly can use odata 3.0 + wcf 5.0 directly in code that's leg work may need do.
Comments
Post a Comment