Top "Sql-server-ce-4" questions

Microsoft SQL Server Compact version 4 is a SQL Server embedded database for building standalone and occasionally connected applications for mobile devices, desktops, and Web clients.

ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0' could not be loaded

The Entity Framework provider type 'System.Data.Entity.SqlServerCompact.SqlCeProviderServices, EntityFramework.SqlServerCompact' registered in the application config file for the …

.net entity-framework visual-studio-2013 breeze sql-server-ce-4
Using Entity Framework 6 with SQL Server Compact 4

I'm trying to create a SQL Server Compact database from the code using code-first scenario, utilizing Entity Framework. Everything worked …

c# entity-framework sql-server-ce-4
LINQ to Entities StringConvert(double)' cannot be translated to convert int to string

Problem Need to convert int to string using EF4 + SQL CE4. The recommended option of using SqlFunctions.StringConvert(double) still …

entity-framework-4 linq-to-entities sql-server-ce-4