2015-09-09 30 views
0

我的問題是完全一樣的Binding Contact ImageWP8.1 C#綁定聯繫人圖片,綁定錯誤與Nito.AsyncEx

我按照這個的所有步驟,但它造成了以下內容:

<Image x:Name="ContactImage" DataContext="{Binding Converter={StaticResource ContactPictureConverter}}" Source="{Binding Result}" Height="100" Width="100" Margin="0,0,0,0"/> 

根據我的理解,我假定結果爲Contact object,我正在提供它。但我面臨的錯誤如下:

Error: BindingExpression path error: 'MyContact' property not found on 'Nito.AsyncEx.NotifyTaskCompletion+NotifyTaskCompletionImplementation

我想這3天以來。

回答