This is my first post on Silverlight, so I thought I would post on a common issue that I've seen developers have problems with. Since I focus mainly on the MediaElement piece of Silverlight I'm going to stick almost solely to that on this blog when I post about Silverlight.
If you've ever developed a Silverlight application that plays video, you've probably at some point seen the following error:
Silverlight error messageErrorCode: 4001ErrorType: MediaErrorMessage: AG_E_NETWORK_ERROR
In fact, it's probably the only error you've ever seen with regards to the MediaElement. That's because it IS the only error that MediaElement throws.
Here are a few possible causes for this error: