私はこのエラーについて私の知恵を絞っています。私は一生の間、問題が何であるかを理解することはできません。行ったすべての変更を取り除いたとしても、作成時に提供された基本的なアプリに戻ると、同じエラーが発生します。なんとか仕分けしたことがありますが、どうしたらいいのかわかりません。
誰かが私がこのエラーを理解するのを手伝ってくれるなら、私は非常に感謝しています!
設定したブレークポイントのいずれにも到達しないため、ブレークポイントでデバッグすることすらできないようです。メッセージは次のとおりです。
Error
Exception has been thrown by the target of an invocation.
Error Details
at System.Windows.Navigation.PageResourceContentLoader.EndLoad(IAsyncResult asyncResult)
at System.Windows.Navigation.NavigationService.ContentLoader_BeginLoad_Callback(IAsyncResult result)
Caused by: Exception has been thrown by the target of an invocation.
at System.Windows.Navigation.PageResourceContentLoader.EndLoad(IAsyncResult asyncResult)
at System.Windows.Navigation.NavigationService.ContentLoader_BeginLoad_Callback(IAsyncResult result)
Caused by: Exception has been thrown by the target of an invocation.
at System.Windows.Navigation.PageResourceContentLoader.EndLoad(IAsyncResult asyncResult)
at System.Windows.Navigation.NavigationService.ContentLoader_BeginLoad_Callback(IAsyncResult result)
他の誰かがこれに出くわしましたか?誰かがそれを修正する方法を知っているので、それがスローされた後も同じプロジェクトで作業を続けることができますか?
ありがとうございました