Hi, I am working with the mobile SDK and cannot get my ArcMap document to update using 'syncronize'. I had this working before, stepped away for a few months, and am back to it. My code is no longer working. I get no errors, no exceptions, I just go to ArcMap and my changes are not there. I'm thinking maybe I am forgetting to assign some attribute to the ArcMap document, MapService, or something. I have this:
MobileCache serverCache = new MobileCache();
serverCache.StoragePath = path;
MobileServiceConnection mobileServConn = new MobileServiceConnection();
mobileServConn.Url = @"http://den-web-002/arcgis/services/Construction/USALonghorn/MapServer/MobileServer";
mobileServConn.CreateCache(serverCache);