How can I access embedded resources in a C# project?
问题 Most of the threads I've read about this question answer that you just have to access them like this: <MyProjectNamespace>.Properties.Resources.<MyResourceName> But at the build process I have this message: <MyProjectNamespace> does not contain a definition for 'Properties' It seems that the class 'Properties' is normally auto-generated by the IDE when you add resources to your project. The fact is that I'm working on Eclipse and I don't really know how to add resources, but I managed to