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
Post a Comment