I want to create a new form that is almost a duplicate of a dialog I already have in my project. I don't want to waste time recreate most of the form scratch if I don't have to.
I copy, then paste it into my project, and rename it from Copy of Original
.cs to NewItem.cs
.
When I goto rebuild my solution, I get an error.
The item "obj\Debug\Control.Forms.NewUser.resources" was specified more
than once in the "Resources" parameter.
Duplicate items are not supported by the "Resources" parameter.
What am I doing wrong? Is there a way to fix the problem?