This could be a Windows issue,
I created a Vault app which shows a WPF window when a button is clicked. WPF window works fine one some machines and some machine when the button is clicked nothing happens. Event if I try to show MessageBox.Show("test"); its not showing up.
Could someone explain what the issue might be with, why the window is not opening and how we debug in such scenarios.