Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 1 result for visual web developer.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 3 comments  /  posted by  Silverlight Show  on  Jan 28, 2009 (10 months ago)

    Here is another of Mike Snow’s tips of the day. Mike will explain you how to handle image AG_E_NETWORK_ERROR errors.

    Mike:
    If you have ever worked with images while developing and running Silverlight app you have more than likely come across the AG_E_NETWORK_ERROR  exception. This exception is thrown if an image was not able to load for whatever reason (I.e. it couldn’t be found, corrupt, etc.). In order to prevent your users from seeing this error it’s important to monitor for the ImageFailed event for each image your try to load.