asp.net - After changing the table Entity Name in EF edmx designer then Not able to Create controller with Scaffolding options? -
i have tbldepartment , tblemployee in database. added entity data model data , changing entities "tbldepartment" "department" , "tblemployee" "employee" . while creating employeecontroller read/write/edit template using entityframework , scaffolding template model entity "employee" not found in dropdown instead shows "tblemployee" in dropdown. please help. thanks, dnyaneshwar
build / rebuild solution or project. updates not automatically reflect esp on controllers.
Comments
Post a Comment