I\'m having a little issue here in showing images.
So when I\'m trying to load images from XAML, I can use a relative uri to the image source like this :
<
Image img = new Image(); img.Source = new BitmapImage(new Uri("http://www.contoso.com/images/logo.png"));