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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -