MySQL for Visual Studio: MySQL ASP.NET MVC Project Wizard Tutorial




Quick tutorial about how to use the new MySQL ASP.NET MVC Project Wizard to create a new MVC application using MySQL for Visual Studio 1.2.3. Download …

Original source


12 responses to “MySQL for Visual Studio: MySQL ASP.NET MVC Project Wizard Tutorial”

  1. I've tried everything and still get the error Exception from HRESULT: 0x80004005 (E_FAIL)  when creating a new application in Visual Studio Community 2013 which is listed as compatible by their documentation. Any ideas?

  2. I got also the hresult error, and I try every solution (reset devenv, uninstall vs2013ce, uninstall iisexpres8, etc) and none worked.
    Then looking at the 49 errors my app gave at compile, the first was that the system.web.mvc.controller is not a valid inheritable object, so, I add the reference to the extension: system.web.mvc version 4.0.0.1 and all worked!

Leave a Reply