This would occur if the schema in the database are invalid.
1. Ensure that dbo is the owner of all the tables in SQL Server
2. Ensure that the following query returns a result when run on the SQL Server
Select * From ApplicationData where strProperty = {Database Version}
[Index]
[Previous]