0
votes

I have one solution with 2 project and I am updating database with EF 6.0 .I am able to update the db if I simply update db from one pr0ject by adding reference of project which has code of EF. But if I add Service reference and calling that service to update db then I get error MetadataException: Unable to load the specified metadata resource"

Please help me out.

1

1 Answers

0
votes

I fixed this issue by adding EF in web config file of my service project.