Entity Framework exception: the specified metadata resource cannot be loaded.

Source: Internet
Author: User

Entity Framework exception: the specified metadata resource cannot be loaded.

 

Unable to load the specified metadata Resource

 

 

When referencing an EF project in an ASP. NET project, you must modify web. config and add the EF connection string to Web. config.

Change the metadata of the connection string to the following format:

Metadata = Res: // entitymodel/mgrsysentities. CSDL | res: // entitymodel/mgrsysentities. SSDL | res: // entitymodel/mgrsysentities. MSL;

Entitymodel is for my ef ProjectProgramSet name. The file name is not explained.


Another point is that the metadata data processing in emdx attributes must be changed to "embedded in the output dataset".

Of course, you must never forget to reference your EF project in reference.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.