为什么并行安装 Visual Studio 版本与实体框架发生冲突?
我安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您已将目标框架设置为 .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.