Using Entity Developer in Visual Studio 2013 to update an EDMX

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
CSI
Posts: 1
Joined: Fri 20 Jun 2014 20:21

Using Entity Developer in Visual Studio 2013 to update an EDMX

Post by CSI » Fri 20 Jun 2014 20:25

Hello,

I'm evaluating Entity Developer with Visual Studio 2013, and I have an existing EDMX file that I open using Entity Developer within Visual Studio. When I make changes in Entity Developer (running within VS), it asks me to save it as an edml file when I close the document. I would like to keep my edmx and not switch over to using the edml, and was not sure if this was supported or not.
Comparing the edml and edmx files, they are pretty similar, so I should be able to manually copy the changes over, but that seemed unnecessary if the tool could do it. Do I not have some option set?


Post Reply