If you get this error message, it was due to some bad data getting into the previous version(s) of the system that causes the issue. It can be fixed by running the following SQL command against the database:

DELETE FROM TST_SAVED_FILTER_ENTRY
WHERE ENTRY_KEY = 'DisplayMode' OR ENTRY_KEY = 'Width'

This should be pasted into a New Query window inside SQL Server Management Studio.