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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

mysql - Pass value between different pages (form) with PHP -