【发布时间】:2016-01-06 15:27:52
【问题描述】:
当我从 Visual Studio 2015 运行 Windows Phone 10 项目时,第二次运行后会弹出以下异常:
Exception thrown at 0x61594533 (WindowsXamlDiagnosticsTap.dll) in remote.exe: 0xC0000005: Access violation reading location 0x00000000.
If there is a handler for this exception, the program may be safely continued.
在调试和发布模式下引发异常。连续运行也会因此异常而失败。唯一的解决方法是在每次调试运行后重新启动 Visual Studio。
有没有办法禁用这个 xaml 调试水龙头?或者异常的原因是什么?
问候,
【问题讨论】:
标签: visual-studio exception windows-runtime windows-phone visual-studio-2015