I\'m using VS2013
When I try to create an \"MVC 5 Controller with views using entity Framework\" I get the following error:
the
If you trying to create a Odata controller
Go to DbContext class and then check whether
public System.Data.Entity.DbSet YourModel{ get; set; }
Available ior not
If yes .. remove it and then retry