1

I can't find Linq to SQL class when I tried in my VS2017. From within a C# application, on the Project menu, click Add New Item, then there is not 'Linq to SQL'. On Visual C# Items, it only shows Classes Class for U-SQL Forms Blank Content Page Xaml ... and the last item is WCF Workflow Service.

There is any Setting error on me? Would you tell me any hint?

FaceTowel
  • 19
  • 6

1 Answers1

0

First step - Missing LINQ to SQL Classes (DBML designer) in Visual Studio 2017 RC

Second step - Go to project properties -> Under Application tab select Target Framework to .NET 4.0 or higher and save.

It resolved my issue, hope it resolves yours too.