Entity Framework on SQL Server CE without driver install
问题 I'm developing a WPF application using Entity Framework 4 and SQL Server CE database 3.5 and it's correctly working. However I'd like to have this application to run on a machine with .Net Framework 4 installed but without the SQL Server Compact 3.5 drivers. And no installer. Is it possible? I have tried the following: create a section in the app.config <configuration> <connectionStrings> <add name="DbEntities" connectionString="metadata=res://*/Model.Model1.csdl|res://*/Model.Model1.ssdl|res