c# - Get Properties.Settings from another WinForms App -


i have 2 win forms apps both deployed via same clickonce deployment. problem happening when both apps installed in release via clickonce.

one dostuff app, other config app. dostuff app references config app , uses properties.settings have been added config app.

this works fine far, dostuff app picks default settings config app.

so, open config app , change of settings -> creates user.config file in appdata/local/config app/blurb/user.config

it has saved settings , reads them correctly next time load config app, open dostuff app -> hasn't loaded config apps settings file , still grabs default settings present in config app.

why isn't dostuff app grabbing correct settings config apps user.config file?


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -