Prism Module Loading Locks-up Dispatcher Thread. Is There a Way Around This?
问题 The Prism application I have performs multiple startup tasks that can take a while and if some of those tasks fail to execute properly it will make the application functionally unusable. Because of this, I have a startup screen that displays before the Shell and shows a log of the status of each startup task. (The startup tasks are handled by a shared service in a module.) The screen includes a ProgressBar with IsIndeterminate set to True (at least while the startup tasks are running). I also