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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -