I'm trying out ASP.NET MVC4 with MySQL. But I can't generate the Controller from the Entity Framework Model. I followed the following blog : http://blog.jongallant.com/2013/04/mysql-aspnet-mvc-entity-framework.html#.UmsDyPnbNLO
After I create the Entity Model, I go to create the controller and get the following error :
I'm using Visual Studio 2012 with MySQL Connector/Net 6.7.4 and I have MySQL for Visual Studio 1.0.2 installed.