Entity Framework error - “The EntityContainer name must be unique”

前端 未结 10 2299
南旧
南旧 2021-02-07 09:24

We have a solution which consists of two projects - a console application project and a web application project. Each of these has an identical in schema, but differently named

10条回答
  •  深忆病人
    2021-02-07 10:04

    My Entities were in another class library (MyLibrary.Data). Changing below worked :

    
                                                            
提交回复
热议问题