Once in a while, I got this AG_E_NETWORK_ERROR on downloading images from the server with the downloader. Its not often but I don't really know where to look at to find out what I do wrong. If only I could know the file it was trying to download when the
error occured it would be more easy to pin point the problem.
Assuming you can't capture the error around the downloader and track it there, the easiest way to know is to run a http sniffer and wait for the problem to occur. You can then see the request and the failed response.
Pete
Developer Community Program Manager - XAML, WPF, Silverlight, .NETMF/Gadgeteer
10rem.net - Pete Brown's site and blog | twitter: @pete_brown
I work for the Developer Guidance group in Microsoft. Opinions are my own.
GearWorld
Participant
1788 Points
2080 Posts
Sporadic AG_E_NETWORK_ERROR on downloading images with the downloader in C# code behind
Feb 26, 2008 09:39 PM | LINK
Hi,
Once in a while, I got this AG_E_NETWORK_ERROR on downloading images from the server with the downloader. Its not often but I don't really know where to look at to find out what I do wrong. If only I could know the file it was trying to download when the error occured it would be more easy to pin point the problem.
Anyone is getting this ?
Psychlist1972
Contributor
6802 Points
1079 Posts
Microsoft
Moderator
Re: Sporadic AG_E_NETWORK_ERROR on downloading images with the downloader in C# code behind
Feb 26, 2008 10:55 PM | LINK
Assuming you can't capture the error around the downloader and track it there, the easiest way to know is to run a http sniffer and wait for the problem to occur. You can then see the request and the failed response.
Pete
10rem.net - Pete Brown's site and blog | twitter: @pete_brown
I work for the Developer Guidance group in Microsoft. Opinions are my own.