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

  1. save project
  2. open open project
  3. update userprofile database

if above step not work re create edmx model.

best regards


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -