Select from following answers:- Edit the model Properties in the Entity Designer. Set the value of the Metadata Artifact Processing property to Embed in Output Assembly.
- Copy the conceptual model to an XML file in the project and set its Build Action to Resource. Add code to read the conceptual model from this XML file.
- Copy the conceptual model to an XML file in the project and set its Build Action to Content. Add code to read the conceptual model from this XML file.
- All Above
If you manually generate your entity data model, you must explicitly configure the entity data model to embed the model and mapping files in the assembly. To do this, set the value of the Metadata Artifact Processing property to Embed in Output Assembly; the model and mapping files will be embedded in the assembly (the default).
Setting the value of the Metadata Artifact Processing property to Copy to Output Directory will cause mapping and model files to be copied to the output directory, not embedded in the output assembly.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator