How to begin with existing VS2012 edmx

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
ajmoore79
Posts: 5
Joined: Fri 26 Jul 2013 13:08

How to begin with existing VS2012 edmx

Post by ajmoore79 » Fri 26 Jul 2013 13:29

Hello! I just purchased Entity Developer and I am unable to find my question in the forum- hope someone can help...

I installed ED and opened my existing project in Visual Studio Pro 2012. My question is, how do I get started converting my existing Entity data model to start using it in Entity Developer? Do I have to just recreate the entire model from DB with ED? Or can I just do an "open with" on my existing EDMX file and choose Entity Developer? Or can I create a new ED model and drag-drop from my old EDMX into the new one?

Anyone have any suggestions on the proper path?
Thanks!
Aaron

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How to begin with existing VS2012 edmx

Post by Shalex » Mon 29 Jul 2013 07:53

ajmoore79 wrote:how do I get started converting my existing Entity data model to start using it in Entity Developer?
To migrate, you should open your existing *.edmx model in Entity Developer and save the model in the new *.edml format.

Post Reply