asp.net-mvc - Visual Studio 找不到 EntityModelCodeGenerator 自定义工具

标签 asp.net-mvc entity-framework

我正在使用实体模型框架在 Visual Studio 2008 中帮助开发 MVC 应用程序。我已经从源代码管理中获取了代码,我想从 edmx 文件中添加一些新模型。我右键单击,然后单击“自定义工具”,但随后出现以下错误。

在此系统上找不到自定义工具“EntityModelCodeGenerator”。

我有 Visual Studio 2008、.NET 3.5 SP1、MVC 1.0。

我错过了什么?

提前致谢。

最佳答案

您需要 VS2008 SP1。

关于asp.net-mvc - Visual Studio 找不到 EntityModelCodeGenerator 自定义工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2396987/

相关文章:

c# - 无法正确组合查询

c# - 在配置中更改 Entity Framework 提供程序

数据库可视化工具

asp.net-mvc - 将 razor View 渲染为字符串而不修改 html

.net - 有什么方法可以在我的 ASP.NET MVC Web 应用程序中模拟 Claims Principal 吗?

asp.net-mvc - MVC _layout 页面中放置脚本的位置

c# - Entity Framework : one or more of the foreign-key properties is non-nullable

c# - EF Core 批量扩展 : Index was out of range on BulkInsert

c# - ASP.NET MVC - 如何在不离开 View 的情况下调用无效 Controller 方法?

c# - 在 asp.net-mvc 中,让 Base ViewModel 在 Site.Master 页面上显示动态内容的最佳方式是什么