Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The value for one of the HTTP headers is not in the correct format" while creating table in windows azure

Tags:

azure

I am getting the exception "The value for one of the HTTP headers is not in the correct format." from TableClient.CreateTableIfNotExist(TableName); I am using development storage.

like image 745
Sujith Kp Avatar asked Feb 03 '12 02:02

Sujith Kp


1 Answers

Check the Understanding the Table Service Data Model article. Most probably you are either providing an invalid table name, or you are using unsupported version of the Table Service. The lates version of Table Service is not yet supported on Development Fabric.

like image 141
astaykov Avatar answered Nov 02 '22 12:11

astaykov