MVC4 + Entity Framework 4.4 + MySql + POCO/Code First
I\'m setting up the above configuration .. here are my classes:
namespace BTD.
Please try using the
System.ComponentModel.DataAnnotations
namespace along with the [Key] attribute on the EDM class members.
It worked for me.