How to open .dbml in designer mode with VS?
After installing Visual Studio 2017, my LINQ To SQL .dbml
definitions open in a XML editor instead of the built in designer.
How do I configure VS to open .dbml
in Designer mode instead of XML editor?
Solution 1:
- Quit devenv
- Launch
Visual Studio Installer
- Modify VS2017
- Click on the
Individual components
tab and scroll down toLINQ to SQL tools
(withinCode tools
group.)
- Click
Modify
. - Launch devenv again and you should be able to open
.dbml
in the designer we all love to hate.