﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Synchronization</title><link>http://www.intersoftsolutions.com/Community/Tags/Synchronization/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Crosslight - Local Data Synchronization</title><link>http://www.intersoftsolutions.com/Community/Tags/Synchronization/</link><pubDate>Tue, 16 Dec 2014 10:29:23 GMT</pubDate><dc:creator>kibork</dc:creator><category>Sqlite</category><category>Local Data</category><category>Enterprise Framework</category><category>Synchronization</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;it try to add the Local Data Synchronization to the 'startup Business App' from Crosslight Project Wizard. I can login and so on... When I start the app it synchronizes with the .mdf database. 42 entities will fetch.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now my current Problem.&lt;/p&gt;&lt;p&gt;When I go in menu to the Inventory (Page3), I get this Error:&lt;/p&gt;&lt;p&gt;"Unable to perform data operation due to an error: Object reference not set to an instance of an object."&lt;/p&gt;&lt;p&gt;Error occurs after this part(ItemListViewModel):&lt;/p&gt;&lt;pre&gt;public DateTime? LastSync {            get {                return _lastSync;            }
            set {
                if (_lastSync != value) {
                    _lastSync = value;
                    OnPropertyChanged("LastUpdate");
                    OnPropertyChanged("UpdatedText");
                }
            }
        }&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Wich object and where? o.O&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(51, 51, 51); font-family: Verdana, sans-serif; font-size: 13px; background-color: rgb(243, 231, 251);"&gt;Best regards&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>