Hi, I have created a series of resource (resx) files to hold language specific string data. Following various tutorials i have placed the base resource file (MyResources.resx) in the root folder of the solution and other subsequent resource files, eg (MyResources.en-AU.resx) side by side in the solution. In saying all of this everything works fine, until i create a folder in the solution explorer for example, called "Culture" and then move one or all of the resource files into that folder. After doing this i am getting a MissingManifestResourceException. As soon as i move them back out into the root folder of the solution explorer no problems.
Can anyone explain what is going on here? How can i move these resource files away from the root solution?
Regards