I have a solution which contains 2 projects: Utils and MyProj. MyProj contains:
- a folder Resources which contains a txt file: myResource.txt.
- a resources.resx file to which myResource.txt was added.
Now I want to use this txt file as resource in the Utils project.
- I've created a Resources folder under the Utils project and added myResource.txt as link.
- I've added resources.resx as link to the Utils project.
This does not seem to work: when I open the resx file under Utils it says that the "resource could not be loaded because the file to which it is linked could not be found".
Thanks, Li