Entity Framework 6 Error Unable to load the specified metadata resource

谁说胖子不能爱 提交于 2019-12-04 22:49:18

Update your connectionString with correct path if you've such like issue to load metadata files. May it help someone else...

connectionString="metadata=res://DatabaseModel/MyModel...

After creating the entity if the database edit, entity does not work

As long as the entity update

In this way:

If this method did not work

It is better to do:

  1. Remove this tag: <add name="MapeoModelContainer" ...
  2. Remove MapeoModel.edmx
  3. Add ADO.NET Entity Data Model

Then use the wizard to create a connection and entity

If this method did not work either send Inner exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!