For the last couple months i have ben having some issues with my app.config
.
I will add an AppSetting
key and run my project with no real issue it reads the config file and all is good. Then at a later date i will change the value of that same key and when i run my project I will get the old value of the key. It seems like it isnt saving the file properly or detecting that there was a change in the app.config
file. if I clean or rebuild my solution it is fine. Has anyone else seen this issue, is there a hot fix? This is a real problem to have to double check all the time especially when usually the keys are the difference between production and testing environments. Imagine my surprise when i started publishing test messages to my production environment, scary.
Thanks in advance