Entity Framework 4.1 和 SQL Compact 所需的程序集是什么?
以前,我在项目中使用过 Entity Framework 4.0 CTP5(代码优先)和 SQL Compact。我使用 NuGet 安装了以下软件包:
- SQLCE.4.0.8435.1(版本 4.0.8435.1)
- EFCodeFirst 0.8(版本 4.0.30319.0)
- 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:
- SQLCE.4.0.8435.1 (version 4.0.8435.1)
- EFCodeFirst 0.8 (version 4.0.30319.0)
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,本周我们正在开发 EntityFramework 和 EntityFramework.SqlServerCompact。
Yes, we're working on an EntityFramework and EntityFramework.SqlServerCompact this week.
我认为我们必须等待他们发布更新的 EF + SQL CE 库 /sign
I think we have to wait for them to release an updated EF + SQL CE library /sign