In our desktop application projects we use setting variables to store user setting for the applications. Moreover, with every latest version of the applications, we upgrade these variables to retain user settings.
Normally, this works fine, but recently one of my end user reported an error i.e. Configuration System failed to initialize
. The error is related to user.config
file. Therefore we requested the user to send us his file.
After received the folder, we noticed that it contains 3 files (c3begfjb.newcfg
, c3begfjb.tmp
and user.config
). c3begfjb.tmp
is an empty file, while c3begfjb.newcfg
and user.config
are identical files. We tried to open these files but the data in user.config
isn’t proper xml rather its unreadable formatted file.
Do any you guys had experienced this sort of issue or any ideas how and what may have created these files and corrupted user.config
file.