I have strange behavior when debugging / running my subway application. During drag'n'drop the screen will be updated. I added some functionality to lock the bound properties when updating while drag'n'drop is running.
But sometimes the application crashes, but instead of throwing some kind of exception that I can debug, all I have is a window that says to open an external untied debugger
An unhandled win32 exception occurred in SOME_APP.exe [7785].
(An external debugger does not provide more information)
And the output says:
Unhandled exception in 0x05017145 (Windows.UI.Xaml.dll) in the SOME_APP.exe file: 0xC0000005: the location where the access violation was read 0x00000088.
I am working on an x64 device. Has anyone heard of such a problem?
winapi windows-8 xaml unhandled-exception
salcosand
source share