The Location.Parse() method throws FormatException when the source string is saved (using the Location's object ToString() method) and the culture of the application is set to de-DE. Note: The issue can appear with different cultures that use ',' as number decimal separator. To work this around you can save or parse the Location manually instead of using ToString() and Parse(). Available in LIB version: 2016.3.919