Local Data Cache - How do I refresh the local db when I add fields to remote db?
Posted
by Chu
on Stack Overflow
See other posts from Stack Overflow
or by Chu
Published on 2009-10-30T21:30:59Z
Indexed on
2010/03/16
9:06 UTC
Read the original article
Hit count: 280
I'm using a Local Data Cache in an ASP.NET 3.5 environment. I made a change in my main database by adding a new field.
I double click on my .SYNC file in my project to startup the Local Data Cache wizard again. The wizard starts and I click OK with the hopes that it'll re-query my database and add the new field to the local database file.
Instead, I get an error saying "Synchronizing the databae failed with the message: Unable to enumerate changes at the DbServerSyncProvider..."
The only way I know to get things working again is to delete the .SYNC file along with the local database and start it from scratch.
There's got to be an easier way... anyone know it?
© Stack Overflow or respective owner