I am trying to update my repository to EF5 but have encountered a few errors. I\'ve taken a look around stackoverflow for similar errors discovered a few questions/answers b
Your table model name is wrong. set the correct name when sates in Sql server. return View(db.tblEmployees.ToList()); error line.....
go Model and duble click ur model name than matching with table name like (tblEmployees)
your error is solve