c# - Shared .settings files in Visual Studio -
in projecta add new item -> settings file ... call "shared.settings". edit settings , set access modifier public. in projectb add existing item -> select settings file , "add link"
this seems work great until deploy projecta , need edit settings. copying shared.settings output folder doesn't seem work ... it's not read @ runtime \ load time.
how edit projectb settings deployed projecta now?
Comments
Post a Comment