This topic lists the breaking changes in the Ultimate UI for WPF product introduced with the release of 2013 Volume 2.
This topic contains the following sections:
The following table summarizes the breaking changes in the controls’ API. Detailed explanations of all of the issues and provides the existing workarounds following the summary table.
Moved the following interfaces to different namespace.
Workaround
A new method GetRelationship was added to the IPackage interface in 2013 Volume 2 release.
As a result of this change, every IPackage interface custom implementation will throw a compile time error that does not implement interface member 'Infragistics.Documents.Core.Packaging.IPackage.GetRelationship(string)'.
Workaround
A project that uses the Infragistics Excel Engine will not compile correctly if a reference to the Documents.Core library is not included in the project references.
Workaround