I am using Isolated Storage to save some machine wide application
settings. I noticed that if I saved the settings in a non-dotfuscated
exe, those settings were not found in a dotfuscated exe. I know it
wasn't because of build increments or anything of that nature, because
we have built a new exe a few times and the settings persist. It was
only when I dotfuscated it...
Does anyone know of a way to stop that from happening? Would it be as
simple as signing our application?
I'm not 100% sure how the Isolated Storage determines where to save or
load from, so maybe that would be a good start, if anyone knows.
Thanks in advance.
settings. I noticed that if I saved the settings in a non-dotfuscated
exe, those settings were not found in a dotfuscated exe. I know it
wasn't because of build increments or anything of that nature, because
we have built a new exe a few times and the settings persist. It was
only when I dotfuscated it...
Does anyone know of a way to stop that from happening? Would it be as
simple as signing our application?
I'm not 100% sure how the Isolated Storage determines where to save or
load from, so maybe that would be a good start, if anyone knows.
Thanks in advance.