Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Created September 15, 2011 14:09
Show Gist options
  • Save takekazuomi/1219328 to your computer and use it in GitHub Desktop.
Save takekazuomi/1219328 to your computer and use it in GitHub Desktop.
The value for one of the HTTP headers is not in the correct format.
System.Data.Services.Client.DataServiceRequestException: この要求の処理中にエラーが発生しました。 ---> System.Data.Services.Client.DataServiceClientException: <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>InvalidHeaderValue</code>
<message xml:lang="en-US">The value for one of the HTTP headers is not in the correct format.</message>
</error>
場所 System.Data.Services.Client.DataServiceContext.SaveResult.<HandleBatchResponse>d__1e.MoveNext()
--- 内部例外スタック トレースの終わり ---
場所 Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.get_Result()
場所 Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.ExecuteAndWait()
場所 Microsoft.WindowsAzure.StorageClient.TaskImplHelper.ExecuteImplWithRetry[T](Func`2 impl, RetryPolicy policy)
場所 Microsoft.WindowsAzure.StorageClient.TableServiceContext.SaveChangesWithRetries(SaveChangesOptions options)
場所 ConsoleApplication1.Program.MakeInitialData(CloudTableClient tables, String tableName) 場所 C:\Users\takekazu\do
cuments\visual studio 2010\Projects\ConsoleApplication1\ConsoleApplication1\Program.cs:行 99
場所 ConsoleApplication1.Program.Main(String[] args) 場所 C:\Users\takekazu\documents\visual studio 2010\Projects\ConsoleApplication1\ConsoleApplication1\Program.cs:行 212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment