Results 1 to 4 of 4

Thread: Report this postReply with quoteHow to sync DB in windows mobile app with SQL CE data

  1. #1
    Fanatic Member amrita's Avatar
    Join Date
    Jan 07
    Location
    Orissa,India
    Posts
    888

    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
    thanks
    amrita

  2. #2
    Frenzied Member
    Join Date
    Oct 05
    Posts
    1,286

    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
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3
    Fanatic Member amrita's Avatar
    Join Date
    Jan 07
    Location
    Orissa,India
    Posts
    888

    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 ?
    thanks
    amrita

  4. #4
    Frenzied Member
    Join Date
    Oct 05
    Posts
    1,286

    Re: Report this postReply with quoteHow to sync DB in windows mobile app with SQL CE

    SQLCe has replication to SQL Server built in - http://msdn.microsoft.com/en-us/library/ms151198.aspx
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •