What are the required assemblies for Entity Framework 4.1 and SQL Compact?

I used to use Entity Framework 4.0 CTP5 (first code) and SQL Compact in my projects. I installed the following packages using NuGet:

Now that EF 4.1 RC is published , I want to update all my libraries to the latest version. The NuGet channel no longer contains updates for SQLCE.4.0.8435.1, but it has a new SqlServerCompact package - 4.0.8482.1 '(a new package, not a new version of an existing package). Suppose it was just renamed, and I have to install it. It is right? Suppose yes.

NuGet also does not contain updates for the EFCodeFirst and EFCodeFirst.SqlServerCompact packages. But he has a new EntityFramework 4.1.10311.0 package.

So what should I install? Are ' EntityFramework 4.1.10311.0 ' and ' SqlServerCompact - 4.0.8482.1 ' enough to use EF code with SQL Compact?

+6
sql-server-ce nuget entity-framework-4 sql-server-ce-4
source share
2 answers

Yes, we are working on EntityFramework and EntityFramework.SqlServerCompact this week.

+7
source share

I think we need to wait until they release the updated library / sign EF + SQL CE / sign

0
source share

All Articles