ASP.NET, Azure »

[30 Apr 2010 | 0 Comments]

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 »

[1 Mar 2010 | 1 Comments]

<Taken from Rick Strahl's Web log> at: http://www.west-wind.com/weblog/posts/132081.aspx ASP.Net includes quite a plethora of properties to retrieve path information about the current request, control and application. There's a ton of information available about paths on the Request ob... [More]

ASP.NET »

[1 Mar 2010 | 0 Comments]

As a resource for myself I found this blog entry and wanted to retain the information as a reference list. Thanks to SheoNarayan for this post. Which you can find here: http://www.dotnetfunda.com/articles/article79.aspx   Reposting in case that site dies: System.Web.HttpRequ... [More]

ASP.NET »

[1 Oct 2009 | 0 Comments]

The base class includes the field ‘MyUserControl_1, but its type (MyUserControl) is not compatible with the type of control (ASP.MyControl_ascx). [More]

ASP.NET »

[9 Sep 2009 | 0 Comments]

Today I copied over another user control from another project into my current project and the code behind page was giving me an error on the label on the page. The error was :  “Cannot resolve symbol ‘ ’: After a little investigation I found this is being thrown by my ReShar... [More]