Welcome to MSDN Blogs Sign in | Join | Help

You had me at "Hello World!"

XAML, WPF, Silverlight, .NET, Office 2007, Windows code samples and other interesting things

Syndication

Browse by Tags

All Tags » Threading   (RSS)
Calling Web Services and Accessing UI from Timer Event in Silverlight
If you try accessing UI from a timer event, you'll Exception: Invalid cross-thread access . This happens because the timer code is running on different thread and trying to access controls on the main thread. Here's how to fix it: Edit: thanks to jackbond Read More...

Posted Thursday, March 13, 2008 1:50 PM by nikola | 4 Comments

Page view tracker