When I call this method after adding an object I get a DataServiceRequestException:
An error occurred while processing this request., stack: at System.Data.Services.Client.DataServiceContext.SaveResult.HandleBatchResponse()
at System.Data.Services.Client.DataServiceContext.SaveResult.EndRequest()
at System.Data.Services.Client.DataServiceContext.SaveChanges(SaveChangesOptions options)
at WorkerRole1.DeviceServiceContext.AddDevice(Device d)
The inner exception reads:
<error xmlns=""http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"">
<code>NotImplemented</code>
<message xml:lang=""en-US"">The requested operation is not implemented on the specified resource.
RequestId:11d4ef63-0ba2-4601-9e91-1667231149ac
Time:2011-09-14T16:07:29.5797905Z</message>
</error>",73af82c7a5d7433886304225e1350bce,WorkerRole1,WorkerRole1_IN_0,2696,2780,9/14/2011 4:10:07 PM,
The table I'm writing to exists. My storage account seems fine.
Any idea what causes the Not Implemented error?