Same UWP app [Win 10 build 16215 Local Machine or Win 10 Emulator (x86) 10.0.10586] using NavigateCommand from Login to Home (MasterDetail) as shown in YouTube https://www.youtube.com/watch?v=cBgMPW-Bcx8 => All navigation without problem
Problem only happens if I replace BACK the NavigateCommand back to NavigateAbsoluteCommand Automatically created by AppMap
=> The problem, at the Login Page, click Home ( crashes the app when it is NavigateAbsoluteCommand AND not NavigateCommand )
I'm sorry, but I do not understand your issue. Could you please provide more details? Maybe provide a sample app.
https://www.youtube.com/watch?v=cBgMPW-Bcx8
Using the tutorial shown by the youtube. I use Visual Studio 2015 upgrade 3 App Map Extension to create the visual studio project.
Without using the NavigateAbsoluteCommand - Only the standard NavigateCommand, all Navigation Works.
So, NavigateAbsoluteCommand code created by the Visual Studio 2015 App Map extension causes error.