Faltan clases LINQ a SQL (DBML designer) en Visual Studio 2017 RC


¿Cómo puedo agregar LINQ a la clase SQL (.archivo dbml) a Visual Studio 2017 RC. No puedo encontrarlo. Por favor ayuda, gracias.

Este es el ss de las plantillas de datos.

Author: ErikEJ, 2017-02-27

4 answers

Debe optar por habilitar el diseñador durante la instalación, no está habilitado de forma predeterminada: https://developercommunity.visualstudio.com/content/problem/4616/linq-to-sql-dbml-designer-in-not-working.html

"Edición .los archivos dbml con una superficie designer requieren las herramientas LINQ to SQL que no se instalan de forma predeterminada como parte de ninguna de las cargas de trabajo de Visual Studio 2017. Se puede instalar seleccionando el elemento 'LINQ to SQL tools' bajo el categoría'Herramientas de código' en la pestaña 'Componentes individuales' del instalador de Visual Studio."

 52
Author: ErikEJ,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-12-08 11:04:06

Bydefault VS 2017 instalador no proporciona LINQ a las herramientas SQL durante la instalación tenemos que seleccionar y modificar.

Siga sencillos pasos desde aquí:

Abre el instalador de VS2017.

Vaya a Componentes individuales.

Seleccione he LINQ A SQL tools de code tools.

Y simplemente modificar.

O marque este screeenshot se hará una idea.

Instalador VS2017

 46
Author: Mr.Javed Multani,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2018-03-26 09:00:39

SuperUser.com también contiene una buena respuesta

Básicamente necesita modificar su instalación de VS2017 y agregar el componente independiente Linq-to-Sql.

 10
Author: Hanno,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-05-08 14:15:59

Abra el instalador Vs 2017, vaya a componentes individuales y verifique el componente LinqToSql y luego haga clic en el botón modificar.

 6
Author: Bahaa Salaheldin,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-06-09 15:29:57