I have a solution named 'mySolution' with two projects:
- ProjectA
- ProjectB
ProjectA contains a resource file named 'mySolutionResources.resx'.
ProjectB refrences projectA, but can't access resources in mySolutionResources.
After some research I found that: "resource classes are all marked as internal".
My question now is:
If I want to maintain only one 'mySolutionResources.resx', how can I do to get access to it from projectB? If it is not possible, is there another aproach ?