Recently I created new Form called WorkersScreen. When I try to run the project I got this error:
Form
WorkersScreen
Error 1 Two output file nam
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.
Add-Migration
Migrations
Enable-Migrations