I'm trying to dynamically load an image into an Image control using code. As long as the image resides within the Silverlight solution, all is well. However, when the image resides outside the solution I get an AG_E_NETWORK_ERROR error.

Note: the image I'm trying to load resides in a UNC share (\\server\share\image1.jpg) and not on another web server.