Page 1 of 1

Double-click edml file opens XML view

Posted: Thu 12 May 2011 15:54
by quip85673456
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.

Posted: Fri 13 May 2011 11:50
by AndreyR
This is a known VS Designer SubType issue. It was discussed here, for example.
The solution is to remove the

Code: Select all

Designer
line from the node in the .csproj file.

Posted: Fri 13 May 2011 16:12
by quip85673456
Awesome, thank you!!!