Fix: the value ‚x‘ is not valid for Foo in ASP.NET MVC

image1441.png

  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 = …

Read more

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” …

Read more

“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 …

Read more

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.  

Read more

Recent Posts

  • Git-Pull Request mergen for beginners

    My project “KnowYourStack.com” (the working title was BizzBingo – a detailed blogpost will follow soon) lays on GitHub and I’ve recognized a Problem where Daniel Lang helped me a lot. At the end he created a Fork for my Project and laid a Pull Request: The question is: How do I transfer the changes to ...

  • Carriage Return / new line in Textareas

      A little task: each new text line (Carriage Return/ if you press enter ) in a Textarea should be an element on a list – so what’s the easiest way? Actual a basic element in the web and the user make aware distributions – so it would be fair to dignify it. Little MVC ...

  • WebDev Playground: dabblet.com for HTML/CSS, jsfiddler.com for JS & HUrl.it for REST

      What was reserved for mighty Desktop Apps in the past is now coming closer to the web. I’ve going to present three tools to you which are very useful for web developer. At least all the tools are quite cool in there functionality. Playground for HTML/CSS If you need a quick Playground for CSS ...

  • image1452_thumb.png
    Javascript to Dart Translator

      Dart, a Google Javascript alternative was presented a few months ago and the web developer scene are a little bit unsure about the usability of Dart. To declare the language Google has translated the Javascript basics into Dart. The result is this “Translator”. In my opinion the name doesn’t find that well because it’s ...

  • image1366-570x194.png
    Twitter Bootstrap as UI-kit

      HTML and CSS are not foreign words for me but I regret, I’m not a Web designer – I see myself as a webdeveloper. But at least a dressy side is a must. But thank good there are some ready “Systems”. Twitter Bootstrap Twitter Bootstrap is a Toolkit for every kind of Web applications. ...

Support us