L
LJB
This is not exactly a C# question by my app is in C# and I'm new to .Net. In
my development and testing cycle I frequently must delete folders similar to
"C:\Documents and Settings\user\Local Settings\Application
Data\company\program.vshost.exe*".
I'm afraid this may become a problem after deployment too. How do I deal
with these user settings files? One version of my app is deployed with only
the default settings. The same version may be deployed a second or third
time on the same PC but with program.exe.config files containing settings
that override the defaults. Frequently old user settings seem to override
the new config files. Only after deleting the user settings files will my
app function correctly. I see the user settings files all reference an exe
version number. Is that sufficient to prevent these conflicts after
deployment?
Thanks,
LJB
my development and testing cycle I frequently must delete folders similar to
"C:\Documents and Settings\user\Local Settings\Application
Data\company\program.vshost.exe*".
I'm afraid this may become a problem after deployment too. How do I deal
with these user settings files? One version of my app is deployed with only
the default settings. The same version may be deployed a second or third
time on the same PC but with program.exe.config files containing settings
that override the defaults. Frequently old user settings seem to override
the new config files. Only after deleting the user settings files will my
app function correctly. I see the user settings files all reference an exe
version number. Is that sufficient to prevent these conflicts after
deployment?
Thanks,
LJB