Reputation: 9080
It appears that this line that is within:
<TextBlock x:Name="ItemReason" Text="{Binding Reason}" Style="{StaticResource PhoneFontSizeLarge}" />
Is triggering an error here:
private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs e)
I'm not quiet sure why. Any ideas?
Upvotes: 0
Views: 614