Azure Worker role Inner Exception of 'One of the request inputs is out of range.'
问题 I'm calling the CloudTableClient.CreateTableIfNotExist Method in my worker role and I'm getting an exception with an Inner Exception of 'One of the request inputs is out of range.' I did a little research and found that this is caused by naming the table an illegal table name, however, I've tried name my table several different names and all have not succeeded. Some of the table names I've tried are: exceptions exceptioninfo listoferrors All of them have failed with the same error. EDIT Here