Visual Studio 2017 RC 中缺少 LINQ to SQL 类(DBML 设计器)
Missing LINQ to SQL Classes (DBML designer) in Visual Studio 2017 RC
如何将 LINQ to SQL class(.dbml 文件)添加到 Visual Studio 2017 RC。我找不到它。请帮忙,谢谢。
您需要在安装过程中选择启用设计器,默认情况下不启用:https://developercommunity.visualstudio.com/content/problem/4616/linq-to-sql-dbml-designer-in-not-working.html
"Editing .dbml files with a designer surface requires the LINQ to SQL tools which are not installed by default as part of any of the workloads of Visual Studio 2017. It can be installed by selecting the 'LINQ to SQL tools' item under the 'Code Tools' category in the 'Individual Components' tab of the Visual Studio installer."
SuperUser.com also contains a nice answer
基本上您需要修改 VS2017 安装并添加独立的 Linq-to-Sql 组件。
打开 Vs 2017 安装程序,转到各个组件并检查 LINQToSQL 组件,然后单击修改按钮。
默认情况下,VS 2017 安装程序在安装时不提供 LINQ to SQL 工具,我们必须 select 并进行修改。
从这里按照简单的步骤操作:
打开 VS2017 安装程序。
转到单个组件。
Select 他 LINQ To SQL 工具 来自代码工具。
并且只是修改。
或查看此屏幕截图,您会明白的。
步骤:
- 打开 VS 2017
- 转到工具 -> 获取工具和功能
- 单击单个组件 选项卡
- 向下滚动,您会在 代码工具 类别
下找到 "Linq to Sql tools"
- 检查并点击修改。它将安装组件,大约 6 mb
如果,你用的是DotNetCore。 Linq to SQL 不显示该选项。要使用 Linq to SQL,您需要 select DotNetFrameWork 然后您可以选择 select Linq to SQL。它对我有用。
如何将 LINQ to SQL class(.dbml 文件)添加到 Visual Studio 2017 RC。我找不到它。请帮忙,谢谢。
您需要在安装过程中选择启用设计器,默认情况下不启用:https://developercommunity.visualstudio.com/content/problem/4616/linq-to-sql-dbml-designer-in-not-working.html
"Editing .dbml files with a designer surface requires the LINQ to SQL tools which are not installed by default as part of any of the workloads of Visual Studio 2017. It can be installed by selecting the 'LINQ to SQL tools' item under the 'Code Tools' category in the 'Individual Components' tab of the Visual Studio installer."
SuperUser.com also contains a nice answer
基本上您需要修改 VS2017 安装并添加独立的 Linq-to-Sql 组件。
打开 Vs 2017 安装程序,转到各个组件并检查 LINQToSQL 组件,然后单击修改按钮。
默认情况下,VS 2017 安装程序在安装时不提供 LINQ to SQL 工具,我们必须 select 并进行修改。
从这里按照简单的步骤操作:
打开 VS2017 安装程序。
转到单个组件。
Select 他 LINQ To SQL 工具 来自代码工具。
并且只是修改。
或查看此屏幕截图,您会明白的。
步骤:
- 打开 VS 2017
- 转到工具 -> 获取工具和功能
- 单击单个组件 选项卡
- 向下滚动,您会在 代码工具 类别 下找到 "Linq to Sql tools"
- 检查并点击修改。它将安装组件,大约 6 mb
如果,你用的是DotNetCore。 Linq to SQL 不显示该选项。要使用 Linq to SQL,您需要 select DotNetFrameWork 然后您可以选择 select Linq to SQL。它对我有用。