Hi,
I am getting the followingn exception while debugging:
Microsoft.Synchronization.ClientServices.IsolatedStorage.SyncActiveException was unhandled by user code
Message=SaveChanges is not permitted while sync is active
StackTrace:
at Microsoft.Synchronization.ClientServices.IsolatedStorage.IsolatedStorageOfflineContext.SaveChanges()
at AssetInspectionManagerTestClient.MainPage.Button1_Click(Object sender, RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
InnerException:
Can anybody help?