在 Windows 7 64 位上安装 Visual Studio 2010 后看不到实体框架模板
我只是在装有 Windows 7 64 位的 64 位 VM 上安装 Visual Studio 2010。该虚拟机位于 ESXi Hypervisor 上。当我尝试创建第一个项目时,我没有看到实体框架模板(ADO .NET 实体框架)。我在这里错过了一步吗?感谢任何和所有的帮助。
I just install Visual Studio 2010 on a 64 bit VM with Windows 7 64 bit. The VM is on an ESXi Hypervisor. When I tried to create my first project I don't see the Entity Framework template (ADO .NET Entity Framework). Am I missing a step here? Any and all help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
@Will 感谢您的所有帮助。我能够通过使用以下步骤解决此问题:
一个。选择添加新组件
b.单击直至进入组件选择屏幕
c.取消选择并重新选择 Visual Basic .NET 和 C#
d.单击“更新日志”
感谢大家!!
@Will thanks for all the help. I was able to solve this problem by using the following steps:
a. Select Add New Components
b. Click until you get to the comnponents selection screen
c. de-select and re-select Visual Basic .NET and C#
d. Click Update
Thanks to all!!
我刚刚遇到了同样的问题。实际上,你必须在Visual Studio安装中勾选“SQL Server 2008 express”,否则实体框架将无法安装。
I just had the very same problem. Actually, you have to check "SQL Server 2008 express" in Visual Studio installation, or Entity Framework won't be installed.
确保您的目标是 4.0 而不是 3.5。
Make sure you're targeting 4.0 and not 3.5.
除非我误解了你的问题,否则你必须启动一个项目(Web 应用程序、wpf 应用程序等),然后添加 ado.net 实体数据模型。
请参阅本页第四张图:
http://weblogs.asp.net/rajbk/archive/2010/05/09/creating-an-asp-net-report-using-visual-studio-2010 -part-1.aspx
更新
尝试
devenv /installvstemplates
Unless I misunderstood your question, you have to start a project (web application, wpf application etc), and then add ado.net entity data model.
See fourth figure on this page:
http://weblogs.asp.net/rajbk/archive/2010/05/09/creating-an-asp-net-report-using-visual-studio-2010-part-1.aspx
Update
Try
devenv /installvstemplates