在 Windows 7 64 位上安装 Visual Studio 2010 后看不到实体框架模板

发布于 2024-09-02 03:12:54 字数 148 浏览 2 评论 0原文

我只是在装有 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 技术交流群。

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

发布评论

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

评论(4

笨笨の傻瓜 2024-09-09 03:12:54

@Will 感谢您的所有帮助。我能够通过使用以下步骤解决此问题:

  1. 重新安装 Visual Studio 2010 Professional
    一个。选择添加新组件
    b.单击直至进入组件选择屏幕
    c.取消选择并重新选择 Visual Basic .NET 和 C#
    d.单击“更新日志”
  2. 返回 Visual Studio 2010 Professional,您将可以访问 ADO .NET 实体框架

感谢大家!!

@Will thanks for all the help. I was able to solve this problem by using the following steps:

  1. Reinstall Visual Studio 2010 Professional
    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
  2. Log back into Visual Studio 2010 Professional and you will have access to the ADO .NET Entity Framework

Thanks to all!!

还给你自由 2024-09-09 03:12:54

我刚刚遇到了同样的问题。实际上,你必须在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.

甜味超标? 2024-09-09 03:12:54

确保您的目标是 4.0 而不是 3.5。

Make sure you're targeting 4.0 and not 3.5.

梦萦几度 2024-09-09 03:12:54

除非我误解了你的问题,否则你必须启动一个项目(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

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