Microsoft.WindowsAzure.StorageClient.StorageClientException: One of the request inputs is out of range.

30. April 2010
If you get:Microsoft.WindowsAzure.StorageClient.StorageClientException: One of the request inputs is out of range. In my endpoint I labeled my AccountName as "JoshDevStorage" but the AccountName only allows all lowercase letters so after changing it to "joshdevstorage" it worked.   :)

ASP.NET, Azure

How to see your Azure Developer Storage using TableXplorer

26. April 2010
As I mentioned previously I have began working with Microsoft Azure's Cloud Solution. One of the tools I found to add to my arsenal for Azure is named TableXplorer which you can download from here:  http://clumsyleaf.com/products/tablexplorer/ It's a great free tool to use when working with Tab... [More]

Azure

Configuration system failed to initialize

6. April 2010
I am now working to place one of our newest features using Microsoft Azure. When I was attempting to run the "devfabric" which is a simulation of the cloud within your own sandbox. My solution threw me a compile error stating "Configuration system failed to initialize".   My Problem: In my App.... [More]

C# Development