【发布时间】:2012-05-16 13:42:23
【问题描述】:
我对这个错误束手无策。我终其一生都无法弄清楚问题所在。即使我已经剥离了我所做的所有更改,所以它回到了创建时提供的基本应用程序,它仍然有相同的错误。有一次我设法对其进行了排序,但我不知道我做了什么。
如果有人能帮助我理解这个错误,我将非常感激!
我什至无法在断点上进行调试,因为它甚至没有到达我设置的任何断点。消息如下:
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)
还有其他人遇到过这个吗?有谁知道如何修复它,以便我可以在它被抛出后继续处理同一个项目?
谢谢
【问题讨论】:
标签: c# visual-studio-2010 silverlight-5.0 business-application