locked
How to manually update your Entity Framework model classes when they get out of sync with your database in VS 2017 ? RRS feed

  • Question

  • User970350993 posted

    When i am running "Run Custom Tool" on model.edmx file. It is not generating the class for given table.  is this issue still exist in Visual studio 2017 ?

    I manage this issue like this 

    https://blog.jongallant.com/2012/08/entity-framework-manual-update/

    But it looks like Visual studio team has not fix the exact issue in Visual studio 2017 community edition.

    Sunday, August 26, 2018 5:52 PM

Answers

  • User1724605321 posted

    Hi chandradev1,

    It works on my side , have you re-build the project after updating EDMX file.  Please try to rebuild the project and select "Run Custom Tool" option on .tt file .

    Best Regards,

    Nan Yu

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, August 27, 2018 6:17 AM