SQL Server 2005 column not visible at asp.net mvc4 controller -


i using asp.net mvc4 , sql server 2005 develop web application. working fine got stuck @ point. updated table new column no_person , updated .edmx file. updated column showing in .edmx designer page when trying access field @ controller side not showing in pop suggestion window , getting error

table not contain definition of field no_person

i updated library.dll file , tried rebuild project, getting same error.

any suggestion please help.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -