Advertisement
Guest User

binding

a guest
Nov 25th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Error: BindingExpression path error: 'BytesReceived' property not found on 'Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress'. BindingExpression: Path='Progress.BytesReceived' DataItem='Windows.Networking.BackgroundTransfer.DownloadOperation'; target element is 'Windows.UI.Xaml.Controls.TextBlock' (Name='null'); target property is 'Text' (type 'String')
  2.  
  3. Error: BindingExpression path error: 'TotalBytesToReceive' property not found on 'Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress'. BindingExpression: Path='Progress.TotalBytesToReceive' DataItem='Windows.Networking.BackgroundTransfer.DownloadOperation'; target element is 'Windows.UI.Xaml.Controls.TextBlock' (Name='null'); target property is 'Text' (type 'String')
  4.  
  5. Error: BindingExpression path error: 'Status' property not found on 'Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress'. BindingExpression: Path='Progress.Status' DataItem='Windows.Networking.BackgroundTransfer.DownloadOperation'; target element is 'Windows.UI.Xaml.Controls.TextBlock' (Name='null'); target property is 'Text' (type 'String')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement