Update Out Of Browser (OOB) Silverlight apps

Posted by: Laurent Duveau, on 03 Nov 2009 | View original | Bookmarked: 0 time(s)

Once your Silverlight application installed on the local computer what happens if there is an update ? The local application is not updated automatically but you can check that in your code. The CheckAndDownloadUpdateAsync() method downloads the updated application if available and you can notify the user. I put this code in the constructor of the App: App.xaml.cs: public App() { this.Startup += this.Application_Startup; this.UnhandledException += this.Application_UnhandledException; ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Silverlight | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1160 | Hits: 39

Similar Posts

  • Telerik Releases New Controls for Silverlight 3 and WPF more
  • Mixing Silverlight and MS ASP.NET AJAX 3.5 in the same web application. more
  • How to enable Silverlight 3 to run out of the browser more
  • Telerik Launches RadControls for Silverlight 3 for Line-of-Business Application Development more
  • Updated SilverTwit Code for MSDN Magazine more
  • Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 2: Rich Data Query more
  • Silverlight 3 Released more
  • Teleriks Q2 2009 Release Expands All-in-one .NET Offering more
  • Don’t use Response.End() with OutputCache more
  • .NET RIA Services May 2009 Preview more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD