Hey,
I have a bit of an issue...
The Windows Application we are coding uses an XML to store connection settings etc. The application also needs to update automatically online.
The problem is that the config file is replaced when the application is updated and the user has to set up the application again (definetly not ideal!).
I placed the XML file into isolated storage, no problems doing that. But still when the application is updated the isolated files get replaced/removed and the user has to reset their settings...
Is there a better way to go about this? Isolated storage seemed to be the answer to my problem but it has led me into a dead end.
Thanks in advance!
I have a bit of an issue...
The Windows Application we are coding uses an XML to store connection settings etc. The application also needs to update automatically online.
The problem is that the config file is replaced when the application is updated and the user has to set up the application again (definetly not ideal!).
I placed the XML file into isolated storage, no problems doing that. But still when the application is updated the isolated files get replaced/removed and the user has to reset their settings...
Is there a better way to go about this? Isolated storage seemed to be the answer to my problem but it has led me into a dead end.
Thanks in advance!
Last edited: