I have a Windows project in Visual Studio 2010 in which I store all images in the project's resource file that Visual Studio created for me. However, it's getting cluttered and I'd like to separate images into multiple resource files if possible. I created a new resource file, but Visual Studio doesn't recognize it when I go to the form designer and try to change an image. The only file that comes up under the Project resource files available are MyProject\Resources.resx. The one that I just created isn't there.
Any idea why it doesn't show up? I tried putting the resource under the My.Resources namespace as well as change the namespace and I also made it public. It still doesn't show up.