Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat are required assemblies for Entity Framework 4.1 and SQL Compact?
    text
    copied!<p>Previously I used Entity Framework 4.0 CTP5 (code-first) and SQL Compact in my projects. I had the following packages installed using NuGet:</p> <ol> <li>SQLCE.4.0.8435.1 (version 4.0.8435.1)</li> <li><a href="http://nuget.org/List/Packages/EFCodeFirst" rel="nofollow">EFCodeFirst 0.8</a> (version 4.0.30319.0)</li> <li><a href="http://nuget.org/List/Packages/EFCodeFirst.SqlServerCompact" rel="nofollow">EFCodeFirst.SqlServerCompact.0.8</a> (version 4.0.8435.1)</li> </ol> <p>Now when <a href="http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-release-candidate-available.aspx" rel="nofollow">EF 4.1 RC is published</a>, I want to update all my libraries to the latest version. NuGet feed doesn't contain any updates for SQLCE.4.0.8435.1 anymore, but it has a new package '<a href="http://nuget.org/List/Packages/SqlServerCompact" rel="nofollow">SqlServerCompact - 4.0.8482.1</a>' (new package, not a new version of existing package). Presume, that it was just renamed and I should install it. Is it right? Presume, yes.</p> <p>NuGet also doesn't contain any updates for 'EFCodeFirst' and 'EFCodeFirst.SqlServerCompact' packages. But it has a new '<a href="http://nuget.org/List/Packages/EntityFramework" rel="nofollow">EntityFramework 4.1.10311.0</a>' package.</p> <p>So what should I install? Are '<a href="http://nuget.org/List/Packages/EntityFramework" rel="nofollow">EntityFramework 4.1.10311.0</a>' and '<a href="http://nuget.org/List/Packages/SqlServerCompact" rel="nofollow">SqlServerCompact - 4.0.8482.1</a>' enough for using EF code first with SQL Compact?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload