I want to try using code first to connect to an existing SQL Server Compact Edition database, as described here. The tutorial however shows how to connect to a SQL Server or LocalDb.
The main problem is that I cannot add SQL Server Compact data connections from within Server Explorer:
The EF Powertools use this dialog to connect to the database to be reverse engineered.
I have tried re-installing SQL Server Compact 4 SP1, but that has not helped. Is there any way to install support for SQL Server CE 4 in Visual Studio 2013, or to otherwise generate code first classes from a .sdf
database file without using powertools?