I\'m experiencing that the IDE breaks sometimes when my application terminates.
When this occurs, the call stack is empty, and the thread list shows some threads which d
This can occur because some method or constructor is inaccessible (private or internal), put the as public.
The XAML need call the methods to start application