Debugging UWP .NET app: Unhandled exception at 0x79A1CFAC (SharedLibrary.dll) in MyApp.exe: 0x00001007

0

I've built a Xamarin.Forms app and when I try to debug its UWP frontend in Debug|AnyCPU mode I get this exception at launch:

Unhandled exception at 0x79A1CFAC (SharedLibrary.dll) in MyApp.exe: 0x00001007

Visual Studio wouldn't let me copy all the details to the clipboard so I had to take a screenshot:

Visual Studio for Windows catches a crash when debugging

If I run it in Debug|x64 mode I get a completely different exception:

Unhandled exception at 0x00007FFFEA232EC0 (Windows.UI.Xaml.dll) in MyApp.exe: 0xC000027B: An application-internal exception has occurred (parameters: 0x000002225D634960, 0x0000000000000002).

And this time the CallStack panel is empty.

I'm at a loss at how to approach this problem.

visual-studio
uwp
windows-10
corert
asked on Stack Overflow Feb 22, 2020 by knocte • edited Feb 22, 2020 by knocte

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0