You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, after switching between different Hacker News items, an unhandled ArgumentException is thrown with the following message:
Source object type is not a projected type and does not inherit from a projected type. (Parameter 'value')
It seems like the comments are loading fine (breakpoint at the end of FeedViewModel.LoadItemContent is reached) and the comments view model also seems to have loaded (breakpoint at the end of CommentItemViewModel.Load is also reached). Unfortunately, I don't know any way to debug an UnhandledException properly.
The text was updated successfully, but these errors were encountered:
Sometimes, after switching between different Hacker News items, an unhandled ArgumentException is thrown with the following message:
It seems like the comments are loading fine (breakpoint at the end of
FeedViewModel.LoadItemContent
is reached) and the comments view model also seems to have loaded (breakpoint at the end ofCommentItemViewModel.Load
is also reached). Unfortunately, I don't know any way to debug an UnhandledException properly.The text was updated successfully, but these errors were encountered: