标签: entity-framework entity-framework-6 visual-studio-2015 edmx edmx-designer
Visual Studio 2015是否包含.edmx支持?
我有一个包含.edmx数据模型的项目,在VS2015中双击它只需打开XML编辑器。
file-> new对话框中没有DbContext生成器选项。
答案 0 :(得分:10)
您必须在VS2015设置中选择 Microsoft SQL Server数据工具才能恢复此编辑器。
注意:您可以通过程序和功能修改当前安装,如magicandre1981已经建议的那样。
see how this is done here