So now we know that SQL Server CE is no longer supported by Visual Studio 2013. We can get some access to it using the SQL Server CE Toolbox add-in, but this does not eliminate the fact that the data provider is not and therefore we are no longer cannot use SQL Server CE with Entity Framework, etc.
I have not yet found an explanation from MS about why this is missing now, but I accepted it now, and I'm looking for ways to move on.
My question is: what is the best migration path for this? I am using the first Entity Framework with SQL Server CE and deploying small sites that use a small .sdf file for the database, and the updates are easy to deploy - just copy the file. SQL Server Express will not work. For desktop / WPF / winforms applications, I assume this is even more confusing since the built-in SQL Server CE database is great for small desktop applications.
Brady moritz
source share