Manually Changed APP.CONFIG Not Reflected in APP
I have a Vb.NET VSTO project that has one setting in an App.Config file. Let’s say the string setting is named TestSetting. I publish and install the project. When the application is not running, I modify the TestSetting value from MyValue to MyRedefinedValue. When I open the application again, if I reference the TestSetting, it returns MyValue instead of MyRedefinedValue.