I have an app built with the Silverlight Navigation Application Template.
I have a main form (e.g. MainPage.xaml) and a bunch of Silverlight Pages, which are swapped in and out of the main content area.
In the MainPage.xaml, I have a DispatcherTimer which hits some Uri resources, regardless of which page I am on. Every now and then, it will inexplicably stop firing.
I have an inkling that it has to do with the scope of various pages. Can pages inside the MainPage.xaml take away the scope from its parent?
Or is this something much simpler?