Entity framework doesn't update after store procedure change

ToddMingle99

New Member
I use EF 5 and VS 2012. After I change/update some store proc in database and I do"Update From Database". However, it didn't update on my Entity Context.What I need to do is Remove the EF and re-add again.Please help, Is there any other way to solve the problem? I am using Entity Framework for Web site project.In MSDN, what I found is for Console project.I am new to Entity framework 5.Hope there someone might helps or guide.I couldn't post a pic.here are my project structure after I add Entity Framework
  • App Code [Folder]
    • UserProfile.Context.tt
    • UserProfile.edmx
    • UserProfile.ttThank you.
 
Back
Top