In a WPF window, I have an image object. I clicked a button to assign a source, a window appeared for it, I added an image there (click "Add"). When the image was loaded, instead of showing the image, it simply showed a white square. I am trying to designate this white box as the source of the image, and it just says: "The value of the property is invalid." The solution researcher clearly shows that there are images, and I can double-click and open them for editing. So why doesn't VS like the way I try to assign images to my wpf image object? I have added images to WPF projects several times using this method.
source share