I am at my wits' end about this error. I cannot for the life of me figure out what the problem is. Even when I have stripped down all the changes I've made so it's back to the basic App that's provided on creation it still has the same error. There was one time I managed to sort it but I don't know what I did to get that.
If someone can help me understand this error I would be extremely appreciative!
I can't even seem to debug on a breakpoint as it doesn't even reach any of the breakpoints I've set. The message is following:
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)
Has anyone else come across this? Does anyone know how to fix it so I can continue to work on the same project once it is thrown?
Thank you