OK, I have permission.
In AppManifest.xml I specified the assembly to load, one of which did not load correctly, which meant that App.xaml.cs->App() never reached. The problem is difficult to diagnose because the program runs without errors or exceptions, but then displays a white screen - quite misleading.
For those who are experiencing the same problem, the easiest debugging steps in this case are to launch the application in browser mode, copy the results from the Output window, and then compare the results in the Output window when you try to work in OOB mode. Any discrepancies will give a good hint of the problem.
It should also be mentioned that I had no problems with SizeChangedEventHandler , as mentioned above.
source share