Each time I update the entity model (by right-clicking on the .edmx file and selecting "update model from the database"), it creates a new model.tt file (which ends with the name model1.tt, etc.), which then generates this error.
Then I delete model1.tt to fix it. But..
How can I avoid this? Is there a better way to update the model?
source share