I have tblDepartment and tblEmployee in Database. Added entity data model for data and changing Entities "tblDepartment" to "Department" and "tblEmployee" to "Employee" . While Creating Employeecontroller with read/write/edit template using entityframework and scaffolding template then Model Entity "Employee" not found in dropdown instead it shows "tblEmployee" in dropdown. Please help. Thanks, Dnyaneshwar

1

There are 1 best solutions below

0
On

Build / Rebuild the solution or your project. Your updates will not automatically reflect esp on controllers.