I've upated my whole solution from Infragistics 2011.2 to 2014.1 with the version utility. This worked fine but now I am not able to load the dockmanager-settings, because they have been written under 2011.2. Is this a known issue? Do I have to delete the old settings? This would be bad since all our customers would loose their settings because of this update.
Hello,
Could you please let me know how you have saved the settings, Have you used SaveAs(…) methods, or you meant that you have used the designer. Can you please let me know how you load settings. Can you please upload the file with the settings.
I am waiting for your feedback.
Hi,
yes I use SaveAsBinary/LoadFromBinary methods. Please find an example of a bin-file attached.This is one file for one rubric of our rubric based software. We have a docking-manager within every rubric and the error occurs on all of them.
When calling LoadFromBinary this error occurs:
===================================
Object reference not set to an instance of an object.
Program location: at Infragistics.Win.UltraWinDock.UltraDockManager.InitializeFrom(UltraDockManager source) at Infragistics.Win.UltraWinDock.UltraDockManager.Load(Stream stream, Boolean xml) at Infragistics.Win.UltraWinDock.UltraDockManager.LoadFromBinary(String filename)
Hope this helps!