I am using ASP.NET MVC4 and SQL Server 2005 to develop a web application. Everything is working fine but I got stuck at a point. I updated my table with a new column NO_Person
and updated my .edmx
file. That updated column is showing up in the .edmx
designer page but when I am trying to access that field at controller side its not showing in pop suggestion window and getting error
table does not contain definition of field NO_Person
I updated my library.dll file and tried to rebuild my project, but getting same error.
Any suggestion please help.