Page 1 of 1

Entity developer + SQL Server

Posted: Mon 20 Apr 2009 10:05
by fcorreia
Hi

It's Possible to create a CSDL, MSL and SSDL with Entity Developer?

If positive how can I do so?

With Entity Developer for SQL Server I could only generate the .cs.

No entities, just classes.

Posted: Wed 22 Apr 2009 08:59
by AndreyR
The default custom action for the .edml file in Visual Studio includes embedding these 3 files as resources to the executable.
You can obtain .csdl, .msl, and .ssdl files by opening the .edml file in the standalone Entity Developer and generating the code.