Update edmx file is not working

0

Whenever I do: UPDATE MODEL FROM DATABASE on top of my edmx file, it does everything right, including showing the table to be updated or the fields. He makes no mistake, he proceeds as if everything is fine. But when I conclude, it does not change anything. It stays the same as before. Does anyone know why? Use EF 6.1, VS 2012 and Sql Server 2008.

    
asked by anonymous 26.05.2014 / 03:13

1 answer

1

Remove the Designer tables and add again, this should resolve. I often have problems when I use update to update some new field in an existing .edmx table

    
26.05.2014 / 17:01