G
Guest
When I run a particular application I've been working on for a while, it
somehow finds a value for the Application Setting
"Test.Properties.Settings.Default.ProjectPath", but I can't see where it is
acquiring the value! I have been through all of the project's Properties,
and read through every app.config on my entire computer and can't find the
value it's getting during runtime.
Mysteriously, when I step through the application in debug mode, that
Application Setting never does acquire a value. Only when I run the
(debug-compiled) executable outside of the debugger does it find an old value.
Any ideas on how this can happen, and how I can find an purge the rogue
value from my computer?
somehow finds a value for the Application Setting
"Test.Properties.Settings.Default.ProjectPath", but I can't see where it is
acquiring the value! I have been through all of the project's Properties,
and read through every app.config on my entire computer and can't find the
value it's getting during runtime.
Mysteriously, when I step through the application in debug mode, that
Application Setting never does acquire a value. Only when I run the
(debug-compiled) executable outside of the debugger does it find an old value.
Any ideas on how this can happen, and how I can find an purge the rogue
value from my computer?