How to solve a "duplicate items" error in the "Resources" parameter
Create a backup of both the .cs and .designer.cs file which is giving the error and then delete that file from the project. Rebuild the solution and then copy back both .cs and .designer.cs files. Finally, rebuild the solution again.
I guess the item "..." is a form, then:
- Remove the "..." form from recent solution (and save somewhere)
- Recompile the project
- Save the solution
- Restart the solution
- Add the "..." form
- Recompile