Reputation: 39
I am facing very strange problem with wp7 image control, it can load a png image from a url but unable to load a jpg image from same url. This works
<Image Source ="http://admin.surveyanalytics.com/userimages/sub-2/1517491/180_60_logo.png"/>
But this doesn't work
<Image Source ="http://admin.surveyanalytics.com/userimages/sub-2/1517491/forumlogo.jpg"/>
I can see both image in browser. In the second code ImageFailed event is fired with "AG_E_NETWORK_ERROR" error
Same is the case with windows-8 phone.
can anyone suggest me what is the problem. Your support will be appreciated, thank you.
Upvotes: 1
Views: 933
Reputation: 661
You could be facing the same problem (with solution) here: AG_E_NETWORK_ERROR in SIlverlight
Also check out the solution reported in Silverlight and the AG_E_NETWORK_ERROR - a thrilling story!
Upvotes: 1