0

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.

Community
  • 1
  • 1
Rakesh
  • 1
  • 4

1 Answers1

0

Thank Goodness, After a long debugging session and help from msdn. I got the solution

https://social.msdn.microsoft.com/Forums/en-US/7ee9f7a1-cebc-49cb-9df5-75728e51183f/contact-picker-not-bringing-through-thumbnail?forum=winappswithcsharp

Ryan Vincent
  • 4,483
  • 7
  • 22
  • 31
Rakesh
  • 1
  • 4