locked
Why do I get such an error? RRS feed

  • Question

  • The most terrible error.

     

    Could not load type 'System.Runtime.InteropServices.SEHException' from assembly 'mscorlib, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC'.

     

     

       at Microsoft.Synchronization.ClientServices.HttpCacheRequestHandler.OnDownloadGetResponseCompleted(IAsyncResult asyncResult)

       at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClassa.<InvokeGetResponseCallback>b__8(Object state2)

       at System.Threading.ThreadPool.WorkItem.doWork(Object o)

       at System.Threading.Timer.ring()

     

    In the past - I got this errors, but somehow I passed through it.

     

    Client is WP7. Server side is giving correct info (it's full of data), but synchro-proccess is never end - falls out with this error. 

    But ANOTHER scope do changing-proccess right to its end.

     

    May be someone can tell - why does this error can appear?

     

    Thursday, June 23, 2011 10:56 AM

All replies

  • if server gives me info, may be.. Is there any types incompatibility?

    I use smallDateTime on MS SQL DB.

    server gives me this: "date_of_start":"\/Date(1293840000000)\/","date_of_end":"\/Date(1325289600000)\/"

    On wp7-client I use dateTime type

    Thursday, June 23, 2011 11:15 AM