Select from following answers:- Edit the model Properties in the Entity Designer. Set the value of the Metadata Artifact Processing property to Copy To Output Directory.
- 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.
- All Above
When the Entity Data Model Wizard generates a conceptual model, a connection string is created in the application configuration file. Model and mapping files can be embedded as application resources, or they can be copied to the output directory. By default, they are deployed as embedded application resources. Use the Metadata Artifact Processing property of the Entity Designer file to select one of these options. Set the value of the Metadata Artifact Processing property to Copy to Output Directory to copy as XML files.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator