Well i created small different projects and then in the end i needed to put all those projects in one i added them by right c clicking on my project name under solution explorer all were fine except one that im facing with duplicate resource parameters...this is the error im getting

The item "obj\Debug\Game.Resources.resources" was specified more than once in the "Resources" parameter.  Duplicate items are not supported by the "Resources" parameter.

These are the items of my solution explorer.... 130

and these are the files in my obj folder 211

please help...

Change the name of resources in one of the .resx file.

You will then have to change any references to the old name in the corrosponding source code.

Example.

My.Resources.Resources

to

My.Resources.ResFix

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.