1
Reply

Getting many Binding “Errors” in WPF output window

Sonith Manakkat

Sonith Manakkat

Apr 6 2018 2:21 AM
295
When I start my app I get a lot of Errorslike this: 
 
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=NotificationRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=66919741); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKSite' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderCustomerInfoPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderCustomerInfoPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderCustomerInfoPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderCustomerInfoPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Warning: 40 : BindingExpression path error: 'RotationOnHoldHeldReason' property not found on 'object' ''OrderDetailViewModel' (HashCode=64467923)'. BindingExpression:Path=RotationOnHoldHeldReason; DataItem='OrderDetailViewModel' (HashCode=64467923); target element is 'GridViewDataColumn' (HashCode=26314262); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=RotationOnHoldHeldReason; DataItem='OrderDetailViewModel' (HashCode=64467923); target element is 'GridViewDataColumn' (HashCode=26314262); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=RotationOnHoldHeldReason; DataItem='OrderDetailViewModel' (HashCode=64467923); target element is 'GridViewDataColumn' (HashCode=26314262); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.NotificationRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=25592220); target property is 'SourceObject' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.CustomerSearchCommand; DataItem=null; target element is 'KeyBinding' (HashCode=8624788); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.CustomerSearchCommand; DataItem=null; target element is 'KeyBinding' (HashCode=66123228); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 41 : BindingExpression path error: 'SiteCode' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=SiteCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=SiteCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=SiteCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=SiteCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.ExciseDefermentSearchCommand; DataItem=null; target element is 'KeyBinding' (HashCode=16391927); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.ExciseDefermentSearchCommand; DataItem=null; target element is 'KeyBinding' (HashCode=57770807); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.CustomsDefermentSearchCommand; DataItem=null; target element is 'KeyBinding' (HashCode=62489351); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderOptions.CustomsDefermentSearchCommand; DataItem=null; target element is 'KeyBinding' (HashCode=42906228); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKPort' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKPort; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKPort; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKPort; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKPort; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKDestinationTypeCode' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKDestinationTypeCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKDestinationTypeCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKDestinationTypeCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKDestinationTypeCode; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
The thread 0x42c8 has exited with code 0 (0x0).
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=ConfirmationRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=3104499); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=NotificationRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=21697590); target property is 'SourceObject' (type 'Object')
Exception thrown: 'System.ServiceModel.EndpointNotFoundException' in mscorlib.dll
Exception thrown: 'System.ServiceModel.CommunicationObjectFaultedException' in mscorlib.dll
The thread 0xd72c has exited with code 0 (0x0).
'WpfOrdering.vshost.exe' (CLR v4.0.30319: WpfOrdering.vshost.exe): Loaded 'D:\DeveloperProjects\Jeremy\VisionOnion\VisionOnion\WpfOrdering\bin\Debug\Ontech.Utils.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 0xa05c has exited with code 0 (0x0).
System.Windows.Data Information: 41 : BindingExpression path error: 'ItemWeight' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.ItemWeight; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.ItemWeight; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.ItemWeight; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.ItemWeight; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Error: 40 : BindingExpression path error: 'DeliveryArea' property not found on 'object' ''OrderDelivery' (HashCode=5969405)'. BindingExpression:Path=CurrentOrder.OrderDelivery.DeliveryArea; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderDelivery.DeliveryArea; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderDelivery.DeliveryArea; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderDelivery.DeliveryArea; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'LastEditedUser' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.LastEditedUser; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.LastEditedUser; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.LastEditedUser; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.LastEditedUser; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'BulkPickDate' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.BulkPickDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.BulkPickDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.BulkPickDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'BulkDatePrinted' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.BulkDatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.BulkDatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.BulkDatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.BulkDatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'PickedDate' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.PickedDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.PickedDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.PickedDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.PickedDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'DatePrinted' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.DatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.DatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.DatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.DatePrinted; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'PickConfirmed' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.PickConfirmed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.PickConfirmed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.PickConfirmed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.PickConfirmed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'Despatchdate' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.Despatchdate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.Despatchdate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.Despatchdate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.Despatchdate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'DespatchKeyed' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.DespatchKeyed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.DespatchKeyed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.DespatchKeyed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.DespatchKeyed; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'ActualDeliveryDate' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.ActualDeliveryDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.ActualDeliveryDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.ActualDeliveryDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.ActualDeliveryDate; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'Signature' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.Signature; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.Signature; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.Signature; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.Signature; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'UnpickSummary' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.UnpickSummary; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'RadGridView' (Name='playersGrid'); target property is 'ItemsSource' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.UnpickSummary; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'RadGridView' (Name='playersGrid'); target property is 'ItemsSource' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.UnpickSummary; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'RadGridView' (Name='playersGrid'); target property is 'ItemsSource' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.UnpickSummary; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'RadGridView' (Name='playersGrid'); target property is 'ItemsSource' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'BottomLine' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=OrderHistorySummary.BottomLine; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'Label' (Name=''); target property is 'Content' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=OrderHistorySummary.BottomLine; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'Label' (Name=''); target property is 'Content' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=OrderHistorySummary.BottomLine; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'Label' (Name=''); target property is 'Content' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHistorySummary.BottomLine; DataItem='OrderHistoryViewModel' (HashCode=44508709); target element is 'Label' (Name=''); target property is 'Content' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'Transport' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePayment.Transport; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePayment.Transport; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePayment.Transport; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePayment.Transport; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'ExciseDuty' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePayment.ExciseDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePayment.ExciseDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePayment.ExciseDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePayment.ExciseDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'CustomsDuty' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePayment.CustomsDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePayment.CustomsDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePayment.CustomsDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePayment.CustomsDuty; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'NetTotal' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePayment.NetTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePayment.NetTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePayment.NetTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePayment.NetTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'VAT' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePayment.VAT; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePayment.VAT; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePayment.VAT; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePayment.VAT; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'GrandTotal' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePayment.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePayment.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePayment.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePayment.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'GatewayID' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PaymentCleared.GatewayID; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PaymentCleared.GatewayID; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PaymentCleared.GatewayID; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PaymentCleared.GatewayID; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'GatewayResponseCode' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PaymentCleared.GatewayResponseCode; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PaymentCleared.GatewayResponseCode; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PaymentCleared.GatewayResponseCode; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PaymentCleared.GatewayResponseCode; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'GatewayTransactionDate' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PaymentCleared.GatewayTransactionDate; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PaymentCleared.GatewayTransactionDate; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PaymentCleared.GatewayTransactionDate; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PaymentCleared.GatewayTransactionDate; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'GrandTotal' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=CurrentOrder.OrderPrePaymentCleared.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=CurrentOrder.OrderPrePaymentCleared.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=CurrentOrder.OrderPrePaymentCleared.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CurrentOrder.OrderPrePaymentCleared.GrandTotal; DataItem='OrderPaymentDetailsViewModel' (HashCode=31767041); target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=NewStockMovementTypePopupViewReqest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=44013956); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=WarningMessageViewReqest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=27023157); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=ConfirmationMessageboxViewReqest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=19263754); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=CollectionNoteViewRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=25518491); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=OrderHeldViewReqest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=53576324); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=InputPopupRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=8158358); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=Text; DataItem=null; target element is 'PasswordBox' (Name=''); target property is 'Password' (type 'String')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=ItemSelectionRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=10491441); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=SendePODRequest; DataItem=null; target element is 'InteractionRequestTrigger' (HashCode=56223746); target property is 'SourceObject' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKSalesOrderType' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKSalesOrderType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKSalesOrderType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKSalesOrderType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKSalesOrderType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKStockMovementType' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKStockMovementType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKStockMovementType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKStockMovementType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKStockMovementType; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKCollectionGroup' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKCollectionGroup; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKCollectionGroup; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKCollectionGroup; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKCollectionGroup; DataItem=null; target element is 'RadComboBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 41 : BindingExpression path error: 'PKSite' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderDetailViewPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderDetailViewPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderDetailViewPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=PKSite; DataItem=null; target element is 'RadComboBox' (Name='OrderHeaderDetailViewPKSite'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index'
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=(0)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object')
DEBUG: Bootstrapper sequence completed.. Priority: Low. Timestamp:2018-02-26 10:46:40Z.
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=IsInAppMenuExpanded; DataItem=null; target element is 'StackPanel' (Name='ButtonStackPanel'); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=ShowLiveVisualTreeCommand; DataItem=null; target element is 'Button' (Name='ShowLiveVisualTree'); target property is 'Command' (type 'ICommand')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=IsInAppSelectionEnabled; DataItem=null; target element is 'ToggleButton' (Name='InAppSelection'); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=AreLayoutAdornersEnabled; DataItem=null; target element is 'ToggleButton' (Name='LayoutAdorners'); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=IsTrackFocusedElementEnabled; DataItem=null; target element is 'ToggleButton' (Name='TrackFocusedElement'); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Information: 41 : BindingExpression path error: 'Description' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=Description; DataItem=null; target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=Description; DataItem=null; target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=Description; DataItem=null; target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 41 : BindingExpression path error: 'StockUOM' property not found for 'object' because data item is null. This could happen because the data provider has not produced any data yet. BindingExpression:Path=StockUOM; DataItem=null; target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 20 : BindingExpression cannot retrieve value due to missing information. BindingExpression:Path=StockUOM; DataItem=null; target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Information: 21 : BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value. BindingExpression:Path=StockUOM; DataItem=null; target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')

Upload Source Code  Select only zip and rar file.
Answers (1)