Completed
Last Updated: 31 May 2022 14:06 by ADMIN
Release LIB 2022.2.606 (06 June 2022)
When a FilterDescriptor with a distinct value of " " is saved, loading it changes it to "".
Completed
Last Updated: 01 Feb 2021 09:58 by ADMIN

When loading a project, an ArgumentOutOfRangeException exception is thrown while AllowCrossVersion is set to true, and we have a namespace that contains a Telerik string.

The workaround here would be to avoid using the Telerik string in your namespace, project, files.

Completed
Last Updated: 18 Feb 2020 14:29 by ADMIN
Release R1 2020 SP1

Here is an example exception: Types 'Telerik.Windows.Diagrams.Core.SelectionMode' and 'System.Windows.Controls.SelectionMode' both use the XML type name, 'SelectionMode', from namespace ''. Use XML attributes to specify a unique XML name and/or namespace for the type.

As a workaround, you can exclude the property with the repeating name as demonstrated in Example 4 in the following article: Serialization Options

Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
Add SaveToStorage method to the IsolatedStorageProvider that takes as parameters a list of the StorageIds to be saved.
Completed
Last Updated: 24 Sep 2015 10:45 by Radoslav
Will be available in Q3 2015 Release.
Completed
Last Updated: 15 May 2015 12:16 by andrizu
A first chance exception of type System.IO.FileNotFoundException is thrown by the IsolatedStoragetProvider when calling its SaveToStorage() method. 

Note: the exception does not prevent the manager from saving the UI. To see the error you will need to enable the CLR exceptions from the Visual Studio's Debug-->Exceptions menu


Available in LIB version: 2015.1.1805
Completed
Last Updated: 02 Jun 2014 14:48 by Jeff
ADMIN
Created by: Zarko
Comments: 4
Category: PersistenceFramework
Type: Bug Report
2
The XmlSerializer constructor generates a new assembly every time you save your layout and this causes performance and memory issues.