3
(私の質問はthis oneに似ていますが、コードが若干異なっている、そして溶液は私のために動作しません)私は設定の変更を保存しようとしているのConfigurationManagerはexe.configするように設定を保存しません
app.config
へ:
Dim config As System.Configuration.Configuration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None)
config.AppSettings.Settings("HistoryRootDirectoryPath").Value = p_historySavingPath
config.Save(ConfigurationSaveMode.Modified)
ConfigurationManager.RefreshSection("appSettings")
何もbinフォルダ内exe.config
ファイルにではなく、実際のapp.config
ファイルにどちらも保存されません。私は間違って何をしていますか?
間違っていますか?例外?あなたは 'Debug'と' Release'フォルダの両方を見ましたか? – Oded
@Oded:デバッグとリリースの両方をチェックしましたが、例外はスローされませんでした。 – MichaelS
"**。vshost.exe.config"に保存されています。 – MichaelS