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

前端 未结 10 2297
南旧
南旧 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 09:44

    Note when trying to rename a entity container to that of a previously deleted entity container, you will need to go into your web.config or app.config and delete the connection string out of the configuration section.

提交回复
热议问题