我对这个错误束手无策。我终其一生都无法弄清楚问题所在。即使我已经剥离了我所做的所有更改,所以它回到了创建时提供的基本应用程序,它仍然有相同的错误。有一次我设法对它进行排序,但我不知道我做了什么来得到它。
如果有人可以帮助我理解这个错误,我将非常感激!
我什至无法在断点上进行调试,因为它甚至没有达到我设置的任何断点。消息如下:
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)
有没有其他人遇到过这个?有谁知道如何修复它,以便一旦它被抛出,我就可以继续从事同一个项目?
谢谢