2010
04.15
04.15
So I was writing a unit test that uses the Azure StorageClient DLL to create a queue. I used the name “UnitTestQueue” as the queue name and for the life of me I keep getting this error:
Microsoft.WindowsAzure.StorageClient.StorageClientException: One of the request inputs is out of range.
After my usual WTF routine (which involves throwing chairs and strangling myself), I broke down and googled. It turns out that all I need to do is change the name to “unittestqueue”. That’s right, ladies and gentlement You cannot use capital letters to name your queues.
Awesome.
No Comment.
Add Your Comment