I read about the Dispatcher class in .NET. But curiously the System.Windows.Threading namespace does not exist in my case (MSDN). Do I get something wrong? Thanks for your help.
I read about the Dispatcher class in .NET. But curiously the System.Windows.Threading namespace does
Share
Check your framework version and references (you need a reference to WindowsBase and framework version 3+ or Silverlight)