Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Friday, December 16, 2011
Windows Azure One of the request inputs is out of range
Exception :
Microsoft.WindowsAzure.StorageClient.StorageClientException was unhandled
Message=One of the request inputs is out of range.
Source=Microsoft.WindowsAzure.StorageClient
InnerException: System.Net.WebException
Message=The remote server returned an error: (400) Bad Request.
Source=System
StackTrace:
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.WindowsAzure.StorageClient.EventHelper.ProcessWebResponse(WebRequest req, IAsyncResult asyncResult, EventHandler`1 handler, Object sender)
Solution :
All container and queue names should not contain capital letters
for Windows Azure Details and Limitataions Click on below link
http://challadotnetfaq.blogspot.com/2011/12/details-and-limitations-of-blobs-tables.html
Labels:
.Net,
Cloud Computing,
Windows Azure
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Error : Could not store transport type data for Receive Location 'EAISolutionReceiveRequestLocation' to config store. Prima...
-
Difference between C# var and Javascript var C# var i = 10; // implicitly typed int i = 10; //explicitly typed //Initialization is man...
-
I am getting below error while executing stored procedure from C# (Ado.net, entity framework) String[2]: the Size property has an invalid ...
-
Review the permissions of the user that you're trying to impersonate. In my situation, I was only getting the error on my development ...
-
Migration from Visual Studio 2008 to 2013 Without any code changes I successfully migrated from VS 2008 to 2013 but when running website f...
No comments:
Post a Comment