Hello,
I just came across a strange exception that is happening depending on LoadFromBinary.
After loading settings into the toolbarsmanager like this,
this.ultraToolbarsManager.LoadFromBinary(...);
and subscribing to this event,
this.ultraToolbarsManager.PropertyChanged += this.PropertyChanged;
and handling it like this,
if (e.ChangeInfo.Source == this.ultraToolbarsManager && e.ChangeInfo.FindPropId(PropertyIds.IsMinimized) != null) {...}
I get a NullReferenceException in Infragistics.Shared.PropChangeInfo.FindPropId(Enum propId)
I even investigated your code and cant see how a NullReferenceException can ever be thrown there.
Skipping LoadFromBinary will not throw the Exception at all.
Using Version 11.2.20112.2050
Thanks for any help!
Blue
Could you please let me know the version of Infragistics which you have been using to save the layout as binary file. Also is it possible to provide me this binary file.
I am waiting for your feedback.
as I already stated in my original post: I am using 11.2.20112.2050
I uploaded the settings as a txt file
thanks