Question

I use the Microsoft Sync Framework (MSF) to synchronize my SQL Server Compact 3.5 with my SQL Server (online).

I found out that MSF doesn't support SQL Server Compact 4.0, so i must use the 3.5.

My problem is : In Visual Studio 2012, I can't find a way to perform a reverse engineering on a SQL Server Compact 3.5, only the 4.0 revision is proposed.

Is there a way to use the reverse engineering with a SQL Server Compact 3.5 ?

Was it helpful?

Solution

In NuGet: PM> Install-Package EntityFramework.SqlServerCompact.Legacy

https://www.nuget.org/packages/EntityFramework.SqlServerCompact.Legacy/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top