We have a problem using the radDock.LoadFromXml() and radDock.SaveToXml() functionality. This is the case:
1. We created an application some time ago, version 1.0. This application uses radDock.LoadFromXml() and radDock.SaveToXml() to save and restore the window settings.
2. We added new windows to this application in version 2.0.
3. People do use the original application (next to the new one) though, resulting in showing windows that do not exist in version 1.0 (!)
Is there a way to repair this? I know I can save and load the settings in a different file, but I am looking for a better solution (since we will have more new versions of our application).