I created big update for my uwp app(Windows 10 desktop). My debug and release configuration app runing on my PC. I created package for store. I deploy test folder app(MyApp_VersionNumber_Test) on other PC - the deployment is successful. But I running my app then app crashing. It is log from windows event:
Faulting application name: myApp.exe, version: 1.2.1.0, time stamp: 0x580c6e57
Faulting module name: Windows.UI.Xaml.dll, version: 10.0.14393.187, time stamp: 0x57cf9d04
Exception code: 0xc000027b
Fault offset: 0x000000000055bac8
Faulting process id: 0x1fec
Faulting application start time: 0x01d22d08a5b94ce7
Faulting application path: C:\Program Files\WindowsApps\MyPackage\MyApp.exe
Faulting module path: C:\Windows\System32\Windows.UI.Xaml.dll
Report Id: 38924ba1-d61f-4efd-ac28-5ba06af4658d
Faulting package full name: MyPAckage
Faulting package-relative application ID: App
I enabled user mode dump, but my dump folder is empty. I used application insights(in my uwp app) but logs is empty. Any ideas? Problem is with xaml. How do I find this bug?