I have a solution called "mySolution" with two projects:
ProjectA contains a resource file named 'mySolutionResources.resx'.
ProjectB refrences projectA, but cannot access resources in mySolutionResources.
After some research, I found that: "resource classes are marked as internal."
Now my question is:
If I want to save only one 'mySolutionResources.resx', how can I do to access it from projectB? If this is not possible, is there another approach?
source share