Hello,
I have a services which is uploading blobs for our business purposes. Today I notice that below was an Error while putblock. The service has been running for a few weeks now & processed more than 100 blobs, but never saw the below. This appeared
today, 8/12/2012 11:20 AM UTC
So can someone shed light on why the below could appear & what is recommendation in such situations.
Thanks.
---------------------------------------------------
Unhandled Exception: System.NotSupportedException: The stream does not support c
oncurrent IO read or write operations.
at Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.get_Result()
at Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.ExecuteAndWait()
at Microsoft.WindowsAzure.StorageClient.TaskImplHelper.ExecuteImplWithRetry(F
unc`1 impl, RetryPolicy policy)
at Microsoft.WindowsAzure.StorageClient.CloudBlockBlob.PutBlock(String blockI
d, Stream blockData, String contentMD5, BlobRequestOptions options)
at Microsoft.WindowsAzure.StorageClient.CloudBlockBlob.PutBlock(String blockI
d, Stream blockData, String contentMD5)
Manu