为什么并行安装 Visual Studio 版本与实体框架发生冲突?

发布于 2024-12-07 18:19:41 字数 335 浏览 0 评论 0原文

我安装了 Visual Studio 2008 和 2010(均为专业版)。我安装了 Entity Framework 4.1,但是当我从 Add New Item 中选择 Add New Item 时,VS-2008 和 VS-2010 都没有在选项中显示 ADO.NET 实体数据模型代码>解决方案资源管理器。

我尝试了安装程序的维护选项并重新安装了VS 2010,但EF仍然不可用,而它列在Windows卸载程序列表中。我什至尝试安装 NuGet 包,但它仍然不可用。

如何解决这个冲突呢?

I have Visual Studio 2008 and 2010 (both Professional editions) installed. I installed Entity Framework 4.1 but after that neither VS-2008 nor VS-2010 is showing ADO.NET Entity Data Model in the choices when I select Add New Item from the Solution Explorer.

I tried Maintenance option of the Setup and re-installed VS 2010, but still EF is unavailable, whereas it is being listed in Windows uninstall programs list. I even tried installing NuGet package, but still it is unavailable.

How to resolve this conflict?

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

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

发布评论

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

评论(1

九局 2024-12-14 18:19:41

确保您已将目标框架设置为 .net 3.5 SP1+。

另外,安装 Visual Studio 2008 Service Pack 1,因为我看到人们因为没有安装 VS2008 SP1 而无法看到 ADO.NET 实体数据模型

Make sure you have set your Target framework to .net 3.5 SP1+.

Also, Install Visual Studio 2008 Service Pack 1, since I've seen people not being able to see the ADO.NET Entity Data Model because they have not installed VS2008 SP1.

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