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 2 results for Silverlight Tools.
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.


  • How to use String Resources

    0 comments  /  posted by  Silverlight Show  on  Jan 28, 2009 (10 months ago)
    Tags: String Resources , Silverlight , visual studio 2008 , Silverlight Tools

    Mike Snow has a tip in which he describes how to use string resources.

    Mike:
    In this Tip I will be showing you how to place hard coded strings into a resource area. This is a common best practice for software development that makes it much easier to manage the strings in your application.