我對我的智慧結束了這個錯誤。我不能爲了我的生活找出問題所在。即使我已經完成了我所做的所有更改,所以它回到了創建時提供的基本應用程序,但仍然存在相同的錯誤。有一次,我設法排序它,但我不知道我做了什麼來得到它。試圖運行Silverlight業務應用程序時拋出錯誤
如果有人能幫助我理解這個錯誤,我會非常感激!
我甚至不能在斷點上進行調試,因爲它甚至沒有達到我設置的任何斷點。消息如下:
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)
有沒有其他人遇到過這個?有誰知道如何解決這個問題,這樣我就可以繼續在同一個項目上工作了嗎?
謝謝
如果有人能幫助完善/添加特定信息到這個答案,請這樣做,因爲這個答案缺乏關於_why_的具體細節。 – xhedgepigx
一些有用的信息:Silverlight 5工具包爲xaml代碼提供(基本)調試選項。 – xhedgepigx