I have to check if I can share the crash dump. First . But I ran the command you suggested (plus others) and this is what I see. Anything else that I can explore?
0:000> !pe
----------------------------------------------------------------------------
The user dump currently examined is a minidump. Consequently, only a subset
of sos.dll functionality will be available. If needed, attaching to the live
process or debugging a full dump will allow access to sos.dll's full feature
set.
To create a full user dump use the command: .dump /ma <filename>
----------------------------------------------------------------------------
Exception object: 0000009580002188
Exception type: System.Exception
Message: <Invalid Object>
InnerException: <none>
StackTrace (generated):
SP IP Function
00000095E96FE9C0 0000000000000000 Windows_UI_Xaml!UNKNOWN+0x1
00000095E96FEAD0 00007FF96E9500F5 <MYAPPID>!<MYAPPID>.Program.Main(System.String[])+0x65
StackTraceString: <none>
HResult: 80040150
0:000> !error 80040150
Error code: (HRESULT) 0x80040150 (2147746128) - Could not read key from registry
0:000> !clrstack
OS Thread Id: 0x1288 (0)
Child SP IP Call Site
GetFrameContext failed: 1
0000000000000000 0000000000000000 <unknown>
Steven Alexander