Codepolice

Random posts from Ola in English. Mainly about programming and the web.

Having problem adding a simple image to a Windows Phone 7 app?

I’m not the type of person who first watch 10 videos and read lots of documentation before i jump into some new environment. Therefore it’s kind of easy to get stuck on trivial and stupid problems like this one.

I just wanted to add an image and show it in the “ApplicationBar” but it simply would not work. At last i figured out that i had to change the image properties to.

Build Action -> Content
Copy to Output Directory -> Copy Always

Leave a Reply