Ciloci.Flee.dll updated

Migration effects

During migration, the Ciloci.Flee.dll file in your application’s \bin folder is replaced with an updated version.

What you should do

If formulas in your application contain culture-specific separator characters, you must update your formula after migration.  For example, if the cultural format of your application is fr-FR, and you used the semi-colon separator character in formulas such as:

IF(true; “True”; ”False”)

You need to replace the separator to be “,” after migration:

IF(true, “True”, ”False”)

See Also

Version 7.1 Application Migration