Same EDMX file for different Providers
问题 I'm working on a project where I have a local database (SQL CE) which is used as sort of a buffer while no connection to the server exists. On the server I want to use the same database-layout. Of course I want to use the same EDMX-File which is in a Common.dll available on the Server and the Client. In the Client I have a connection string with provider=System.Data.SqlServerCe.3.5 while it is provider=System.Data.SqlClient on the server. My problem comes when I want to save sth on the Server