Azure: Can't find TableStorageDataServiceEntity class -
i've been working way through tutorial. got stuck when asked me make class inherits tablestoragedataservicecontext
. can't seem find .dll or namespace or whatever.
dataservicecontext
works fine. tutorial bit old. has class been moved or no longer exists or something?
the tutorial you're following when azure in ctp, of class names changed when came out of ctp (they've been stable since then). class think meant refer tableservicecontext
.
it in microsoft.windowsazure.storageclient.dll
installed in c:\program files\windows azure sdk\v1.2\ref
if didn't change of settings while installing sdk.
it might worth finding more date tutorial though, i'm not sure other minor differences there might be.
Comments
Post a Comment