I want to create a new form that almost duplicates the dialogue that I already have in my project. I donβt want to waste time reconstructing most of the form if I donβt need to.
Copy, then paste it into your project and rename it from Copy of Original .cs to NewItem.cs .
When I rebuild my decision, 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 any way to solve the problem?
c # resources winforms visual-studio-2005
Kevin
source share