Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Directed Graph Markup Language No Longer Recognized with Visual Studio 2017

After installing Visual Studio 2017, I just noticed that my Directed Graph Markup Language(.dgml) files can no longer be opened in a visual-designer for editing; it only opens to see the internal format of the file. Does anyone know how I can fix this? Is .DGML no longer supported with Visual Studio 2017?

In case some people arent aware of what this is/was, here's a picture:

enter image description here

And here is my .dgml file, which was recognized and loaded in Visual Studio 2015 without a problem.

https://pastebin.com/xaYsiyzm

like image 841
Krythic Avatar asked Apr 14 '17 05:04

Krythic


1 Answers

Nevermind, I figured it out. I guess that Visual Studio no longer installs this by default. You have to go in to the Visual Studio Installer->Modify, and tick the box.

enter image description here

like image 190
Krythic Avatar answered Oct 03 '22 17:10

Krythic