asp.net - Entity Framework doesn't update after stored procedure change -
i use ef 5 , vs 2012. after change/update stored procedure in database , "update database". however, didn't update on entity context.
what need remove ef model , re-add again. please help, there other way solve problem?
i using entity framework web site project. in msdn, found console project. new entity framework 5.
hope there might helps or guide.
i couldn't post pic. here project structure after add entity framework
+ app code [folder] - userprofile.context.tt - userprofile.edmx - userprofile.tt
thank you.
i got issue before. did
- save project
- open open project
- update userprofile database
if above step not work re create edmx model.
best regards
Comments
Post a Comment