AG_E_NETWORK_ERROR when loading a remote Image in SIlverlight
问题 I have a ListBox that gets populated with items read from a JSON response. Each item has an Image control that displays the thumbnail at the remote URL given by the Thumbnail property. I created a custom IValueConverter to convert the URL to a BitmapImage , but the image still didn't display. So I finally realized that I could capture loading errors with the ImageFailed event. What I get is an AG_E_NETWORK_ERROR . I looked at Silverlight's URL Access Restrictions and the table states that