Reputation: 3773
When I debug my Windows Phone app (7.5 and above)
I can use a browser to see this picture : http://xiciimgs.xici.net/d178542377.0/123_s.jpg
But when I use this xaml, I just can't see anything via the emulator or the real phone.
<Image Source="http://xiciimgs.xici.net/d178542377.0/123_s.jpg">
</Image>
why and how to solve it?
Upvotes: 0
Views: 82
Reputation: 3043
Look like your JPG file is actually encoded as a GIF. So your problem mitgh be resolve here: Display GIF in a WP7 application with Silverlight
Or if you have access to this image, you could convert it in JPG.
Hope it helps.
Upvotes: 1