How to solve a “duplicate items” error in the “Resources” parameter

前端 未结 6 2106
广开言路
广开言路 2021-01-18 02:21

While working on my project, I got this error:

The item \"...\" was specified more than once in the \"Resources\" parameter. Duplicate items are not

6条回答
  •  余生分开走
    2021-01-18 02:46

    I guess the item "..." is a form, then:

    1. Remove the "..." form from recent solution (and save somewhere)
    2. Recompile the project
    3. Save the solution
    4. Restart the solution
    5. Add the "..." form
    6. Recompile

提交回复
热议问题