I\'m using VS2013
When I try to create an \"MVC 5 Controller with views using entity Framework\" I get the following error:
the
Problem may be because of missing [NotMapped] Attribute in one of the model class.
[NotMapped]
As I missed the attribute and I was cunning my head.
[Display(Name="Logo")] [DataType(DataType.Upload)] [NotMapped] public HttpPostedFileBase Logo { set; get; }