문제

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 ?

도움이 되었습니까?

해결책

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top