Friday, May 15, 2009

Silverlight Category: ImageError Message: AG_E_NETWORK_ERROR

There's an error I've gotten a few times, and I think it's one of those ones you'll be seeing a lot of if you do Silverlight development. Sort of like when using a datareader to loop through a return result I know instantly what an "index out of range" exception means (you're looking for a column name that doesn't exist in the resultset), now I know what this means:


Code: 4001
Category: ImageError
Message: AG_E_NETWORK_ERROR



If you get the above error, it's simply because Silverlight cannot find your image. That's it; it's that simple. Maybe you are missing (or need) a slash before your filename; it could be anything. But goof around with your image sources a bit and you should be able to clear it. Why it says "network error" when it's making same-application calls I have no idea, but it is what it is.

Sunday, May 10, 2009

Eraza Radar Silver Light

Saturday, May 2, 2009

May 2 2009 Video Blog

Friday, May 1, 2009

Late, code's broken, what else is new?