Entity Framework 4.1 和 SQL Compact 所需的程序集是什么?

发布于 2024-10-22 14:02:58 字数 1205 浏览 2 评论 0原文

以前,我在项目中使用过 Entity Framework 4.0 CTP5(代码优先)和 SQL Compact。我使用 NuGet 安装了以下软件包:

  1. SQLCE.4.0.8435.1(版本 4.0.8435.1)
  2. EFCodeFirst 0.8(版本 4.0.30319.0)
  3. EFCodeFirst.SqlServerCompact.0.8(版本 4.0.8435.1)

现在当EF 4.1 RC 已发布,我想将我的所有库更新到最新版本。 NuGet 源不再包含 SQLCE.4.0.8435.1 的任何更新,但它有一个新包 'SqlServerCompact - 4.0.8482.1'(新包,不是现有包的新版本)。假设它刚刚重命名,我应该安装它。对吗?假设,是的。

NuGet 也不包含“EFCodeFirst”和“EFCodeFirst.SqlServerCompact”包的任何更新。但它有一个新的“EntityFramework 4.1.10311.0”包。

那么我应该安装什么呢?是“EntityFramework 4.1.10311.0”和“SqlServerCompact - 4.0.8482.1' 足以首先将 EF 代码与 SQL Compact 一起使用吗?

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

  1. SQLCE.4.0.8435.1 (version 4.0.8435.1)
  2. EFCodeFirst 0.8 (version 4.0.30319.0)
  3. EFCodeFirst.SqlServerCompact.0.8 (version 4.0.8435.1)

Now when EF 4.1 RC is published, 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 'SqlServerCompact - 4.0.8482.1' (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.

NuGet also doesn't contain any updates for 'EFCodeFirst' and 'EFCodeFirst.SqlServerCompact' packages. But it 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 for using EF code first with SQL Compact?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

累赘 2024-10-29 14:02:59

是的,本周我们正在开发 EntityFramework 和 EntityFramework.SqlServerCompact。

Yes, we're working on an EntityFramework and EntityFramework.SqlServerCompact this week.

执妄 2024-10-29 14:02:59

我认为我们必须等待他们发​​布更新的 EF + SQL CE 库 /sign

I think we have to wait for them to release an updated EF + SQL CE library /sign

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文