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

三世轮回 提交于 2020-03-25 12:34:20

问题


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:

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.

来源:https://stackoverflow.com/questions/60350735/debugging-uwp-net-app-unhandled-exception-at-0x79a1cfac-sharedlibrary-dll-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!