We are using .resx files for internationalizing our app. Our solution and tests (mstest) works perfectly localy, and when deployed, however when we try to run the tests from Team Foundation Server (TFS) it seems the resource files are not found (all strings are always returned in en-US).
For each resource file, we have selected:
- "Embedded Resource" for the Build Action
- "Copy if newer" for the Copy to Output...
- "PublicResXFileCodeGenerator" for the Custom tool
Any suggestions on what we could do to fix this?