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,
Thank you for the provided file. I’ve tested it with Infragistics 14.1 service release 2019 (it is currently latest service release ), and I can confirm that no exception was thrown. In the attached zip you will find the sample which I’ve used. So the exception that you are getting is because somehow dock manger is not initialized, maybe you are loading the layout before InitializeComponent() .
I hope that this will helps you.
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!
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.