I'm using VS2013. .NetFramework 3 . I'm writing a simple project like as image gallery. I'm trying to add an JPEG image into Image Control. First I'm adding the test.jpg image as resource. Then I'm adding an Image Control on to Window. In the next step I'm selecting the image in "Source" property. The image displaying into design mode. All is ok. But when I'm running the project nothing displaying. I searched in google and youtube. I founded some solutions but I haven't solution for my problem (Sorry for ENG) Here the code line
<Image Source="pack://siteoforigin:,,,/Resources/1.JPG" ... />