Report this postReply with quoteHow to sync DB in windows mobile app with SQL CE data
Hi ,
Has anyone done DB sync in windows mobile app with SQL CE database ?
We have created WCF service for this and then there was error message of not sufficient disk space. Then we selected the storage device options and now a new error of
TypeLoadException The version of the assembly System,Version=2.0.0.0,Culture=neutral,PublicKeyToken=B77A5C561934E089 cannot be loaded by this version of the Microsoft.NET compact Framework
is there.
Please help. Its very urgent.
thanks
amrita
Re: Report this postReply with quoteHow to sync DB in windows mobile app with SQL CE
You can sync using replication.
Are you sure you aren't using the desktop dll's on your device - this looks to be the likely culprit
Re: Report this postReply with quoteHow to sync DB in windows mobile app with SQL CE
Now we are using a different method for this. We are addding a local DB cache and doing the sync using WCF class lib. And as we are adding the local database cache through a wizard..we are facing problem on deployment.
How should we go about settings the DB details at customer end to be used in the WCF service lib ? Please advice.
"You can sync using replication" : Can you explain more on this ?
Re: Report this postReply with quoteHow to sync DB in windows mobile app with SQL CE