c# - resx sharing between projects -
i have solution named 'mysolution' 2 projects:
- projecta
- projectb
projecta contains resource file named 'mysolutionresources.resx'.
projectb refrences projecta, can't access resources in mysolutionresources.
after research found that: "resource classes marked internal".
my question is:
if want maintain 1 'mysolutionresources.resx', how can access projectb? if not possible, there aproach ?
if open 'mysolutionresources.resx' (in designer) , on top see option of access modifier: [internal]. can change value [public]. should expose resource data other projects if referenced.
Comments
Post a Comment