We recently switched to using the devart entity model designer. Originally double-clicking would bring up the visual designer for the model.
But now, when I double-click it in visual studio, the xml view is opened.
I can add a new edml file, and then if I double-click it, the visual designer is opened.
So it seems that this one specific edml file (CultivateModel.edml) somehow is broken. Is there something in the file that would cause it to open in XML?
Notes:
We are using version 6.30.145 beta, and I have reinstalled it, but no help.
It appears that just this one specific edml file is broken, others bring up the visual designer.
Double-click edml file opens XML view
This is a known VS Designer SubType issue. It was discussed here, for example.
The solution is to remove the
line from the node in the .csproj file.
The solution is to remove the
Code: Select all
Designer