We make some WCF
service that uses Entity Framework
(edmx
file). Every time we make a change (even not related to the framework / DB), we have to delete the edmx
and recreate it and build the solution on the server itself, otherwise it cannot interact with the SQL Server.
Why, and how to solve it ?