hello All,
I have a project that uses Sqlce database 3.5, this application perform the microsoft ado.net sync framework using wizard, the database created fine at the initial sync and then I deployed the SDF database to the handheld device. subsequent syncing seems to be work fine. but there is some instances that when the local database(Sdf) lost its tracking changes, the program will have to re-initiliaze itself get a fresh copy of records from the server, the initialization process involves: Recreating the table schema with records. then after this re-initialization syncing its just working fine but the problem is when I copied the SQLCe database from the handheld to the computer and view the database and each table in Visual Studio 2008 I got this error "Invalid Column ID. [_sysTrackingContext]". Any idea what is going on?
Thank you.
I have a project that uses Sqlce database 3.5, this application perform the microsoft ado.net sync framework using wizard, the database created fine at the initial sync and then I deployed the SDF database to the handheld device. subsequent syncing seems to be work fine. but there is some instances that when the local database(Sdf) lost its tracking changes, the program will have to re-initiliaze itself get a fresh copy of records from the server, the initialization process involves: Recreating the table schema with records. then after this re-initialization syncing its just working fine but the problem is when I copied the SQLCe database from the handheld to the computer and view the database and each table in Visual Studio 2008 I got this error "Invalid Column ID. [_sysTrackingContext]". Any idea what is going on?
Thank you.