user1033542
user1033542

Reputation: 39

wp7 image control not able to load image from url (AG_E_NETWORK_ERROR)

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

Answers (1)

Visual Stuart
Visual Stuart

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

Related Questions