问题描述
我正在使用Visual Studio 2017和Entity Framework 6,在我生命中,我找不到EDMX文件,实体数据工具,模型浏览器或实体设计器...
I'm using Visual Studio 2017 and Entity Framework 6, and for the life of me, I cannot find the EDMX file, Entity Data Tools, Model Browser, or Entity Designer...
我在这里失去理智了吗?我创建了多个新项目,试图找到这些可用于Entity Framework数据模型的基于UI的工具,而且似乎无处可寻。
Am I losing my mind here? I've created multiple new projects trying to find these UI-based tools for working with the Entity Framework data models and can't seem to get anywhere.
请帮助!
我相信我在VS2017安装中安装了正确的工具:
I believe I have the correct tools installed in the VS2017 Install:
推荐答案
对于任何查看此内容的人来说,我的答案是我使用的是Code-First
For anyone looking at this, in my case the answer was that I was using a Code-First implementation of the Entity Framework, which apparently does NOT give you access to the Visual Tools.
因此,在代码优先实体框架中没有EDMX文件。
So there is no EDMX file in Code-First Entity Framework.
这篇关于EF6和Visual Studio 2017中的实体框架工具在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!