Two output file names resolved to the same output

后端 未结 21 905
攒了一身酷
攒了一身酷 2020-12-13 23:50

Recently I created new Form called WorkersScreen. When I try to run the project I got this error:

Error 1 Two output file nam

21条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 00:20

    If this problem appeared while you were working with EntityFramework and was trying to Add-Migration, the solution is simple: delete Migrations folder (in the Solution Explorer) and execute Enable-Migrations. Backup migrations if you need.

提交回复
热议问题