Fix: the value ‚x‘ is not valid for Foo in ASP.NET MVC
To get files into the MVC Controller Modelbinding from MVC is a clever method. But in fact it is a little bit complicated to set the error message if the connection failed. Example: public class RegisterModel { … [Required] [DataType(DataType.EmailAddress)] [Display(Name = "Email address")] public string Email { get; set; } [Required] [Display(Name = …
Fix: „There is a duplicate ‚uri‘ section defined“ on DotNetOpenAuth
A little hint about what to do if you receive this error. Following setup for me: – Asp.NET MVC project including .NET Framework 4.0 – DotNetOpenAuth via NuGet installed – The Webprojects also used “Cassini” During the deployment to an ordinary IIS I received this error message: “There is a duplicate ‘uri’ section defined” …
“Could not load type ‚XXX.Global‘.”
These Blogpost belongs to the set “strange error messages and for hours of googling doesn’t help”. My associate Daniel Kubis received the following error message while he tried to start a ASP.NET application: Parser Error Message: Could not load type ‘ApplicationName.Global’. Source Error: Line 1: <%@ Application Codebehind=”Global.asax.cs” Inherits=”ApplicationName.Global” %> Source File: Path of …
Fix: Windows Azure Tools: Failed to initialize the Development Storage Service
I´ve installed the Azure SDK 1.2 on my computer and tried to debug the application. But as a result I received the following error message. Reason: Instead of the SQLExpress Installation I installed a SQL Server 2008R2. But, like always, there is a little trick.


Recent comments