Error updating template through database [closed]

1

Hello,

deletei in sql server a table, in visual studio 2015 I updated the "update model from database" option, updated my change. But when saving EDMX all the entities (tables) of the EDMX disappeared, as if it had deleted all of them. In Team Explorer it shows as if I deleted all of them.

If I use the "undo changes" option they go back to EDMX, but

Thank you in advance.

    
asked by anonymous 20.07.2016 / 14:50

1 answer

1

I've had a similar bug.

My solution was as follows, delete the edmx tables, save and after that instead of giving an "update", go and add all new entities as new.

    
23.11.2018 / 14:18