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
For me the issue was copying and pasting a .aspx, and not renaming the code behind class files to match the name for the copied aspx file. Changing the code behind and designer class names worked.