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

前端 未结 12 989
孤城傲影
孤城傲影 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条回答
  •  执笔经年
    2020-12-15 03:23

    I had a same problem in my asp.net website, to resolve the problem I purposely added compile time error in one of the cs file in the app code by removing a semicolon, then I rectified the compilation problem by adding semicolon again.

    This process caused application to compile again.After this error got vanished.

提交回复
热议问题