Error:

“Table version is , program expects version .

Solution:

In SQL Management Studio, edit the ClassTypeID of the specified table's -1 record.

CAUTION: The solution includes an UPDATE statement, back up the database before running!

SELECT classtypeid FROM WHERE id = -1

UPDATE set classtypeid = where id = -1