Crosslight - Local Data Synchronization

9 replies. Last post: January 9, 2015 9:39 AM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Max RiffelMember

Hello,

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. 

Now my current Problem.

When I go in menu to the Inventory (Page3), I get this Error:

"Unable to perform data operation due to an error: Object reference not set to an instance of an object."

Error occurs after this part(ItemListViewModel):

public DateTime? LastSync {            get {                return _lastSync;            }
            set {
                if (_lastSync != value) {
                    _lastSync = value;
                    OnPropertyChanged("LastUpdate");
                    OnPropertyChanged("UpdatedText");
                }
            }
        }

 

Wich object and where? o.O

Best regards

All times are GMT -5. The time now is 1:41 AM.
Previous Next