How to remove resource?

D

deko

I'm getting a warning on build (VS05):

The file 'Resources\myGif.gif' could not be added to the project. A file
with the same path already exists in the project.

I've searched the entire project (including the Resources.Designer.cs)
looking for myGif.gif, but can't find it - at least not with a global text
search.

I have a number of images in a "Resources" folder in the Project, and I've
set the Build Action property of the .gif files to Embedded Resource. This
one is the only one that causes a warning.

How do I remove this "existing" resource so I don't get that warning?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top