How to use shared resource file between projects in one solution?

后端 未结 5 1164
忘了有多久
忘了有多久 2020-12-05 07:25

I have a problem with resource files.

I have a solution with two projects. The first project contains ImageResource.resx file with the images that I use

5条回答
  •  独厮守ぢ
    2020-12-05 08:13

    You can't see the resource if it is not public, and it is default set to "Friend". You can set the "Access Modifier" in the Visual Designer (upper right-hand corner).

提交回复
热议问题