I have a project which requires an image in the window. This is a static image and i added through \'Add>Existing Item\'. It exists in the root of the project.
I re
I faced the exact same issue but restarting VS2008 or cleaning and rebuilding the project did not work for me. In the end, the below steps did the trick.
"Source="Resources/MyImage.ico"
(my image was saved as icon (.ico) file, but this approach should work for any image typeHope this helps someone