I\'m using VS2013
When I try to create an \"MVC 5 Controller with views using entity Framework\" I get the following error:
the
Re-Try after deleting below line from your EFDbContext class.
public System.Data.Entity.DbSet Products { get; set; }
Example: