"Invalid object name 'TableName_Tombstone'" reads the rest of the exception message. I'm trying to sync sqlce with sql server 2008 and although I've attributed the TombstoneTableName a name with the following code:
TableNameBuilder.TbombstoneTableName = TableName.TableName + "_Tombstone"
It appears not to find it on the server db although I did activate change tracking.
more details: i've also tried to access the tombstone table with the following code, but pointless:
TombstoneTableName = "Sales." + tableName + "_Tombstone",
any clues?