The EntityContainer name must be unique. An EntityContainer with the name 'Entities' is already defined

前端 未结 12 997
孤城傲影
孤城傲影 2020-12-15 03:11

For a little background:

I have a DLL project with the following structure:

Rivworks.Model (project)  
  \\Negotiation (folder)  
      Model.edmx          


        
12条回答
  •  Happy的楠姐
    2020-12-15 03:26

    To solve the issue Entity 6.2.0, VS 2017, single edmx

    I changed the name of my model.edmx to another name, built the project, then changed it back to the original name.

提交回复
热议问题