0
votes

My Question is exactly as Binding Contact Image

I have followed all the steps in this, But it is resulting in the following:

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

As per my understanding I have assumed Result as Contact object and I am providing it. But I am facing error as follows:

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

I am trying this since 3 days.

1

1 Answers