Stored Procedures and updating EDMX

前端 未结 5 1567
你的背包
你的背包 2020-12-22 15:37

I have had endless issues with stored procedures and EDMX. I created a procedure, updated the model from the database, and all worked. I then removed a column and added a ne

5条回答
  •  庸人自扰
    2020-12-22 16:07

    The only fix I could find was to close the EDMX, and manually edit the XML, which, even after removing the stored proc from the database, and updating the model from the database - still had mention of the proc. Removing the lines from the XML has solved the issue.

提交回复
热议问题