Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7173165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:46:00+00:00 2026-05-28T15:46:00+00:00

I get crash reports from my app. I really don’t understand what the problem

  • 0

I get crash reports from my app. I really don’t understand what the problem is. It never
crashes with me… What can be the problem? From the app hub error message:

0 coredll.dll xxx_RaiseException 19
1 mscoree3_7.dll 436488
2 mscoree3_7.dll 386545
3 mscoree3_7.dll 540936
4 TransitionStub 0
5 System.ThrowHelper.ThrowKeyNotFoundException 52
6 System.Collections.Generic.Dictionary 2.get_Item 136
7 System.IO.IsolatedStorage.IsolatedStorageSettings.get_Item 80
8 ScheduledTaskAgent1.ScheduledAgent.OnInvoke 660
9 Microsoft.Phone.Scheduler.ScheduledTaskAgent.Invoke 856
10 .AgentRequest.Invoke 764
11 Microsoft.Phone.BackgroundAgentDispatcher.InvocationThread 196
12 System.Threading.ThreadHelper.ThreadStartHelper 132
13 System.Threading.ThreadHelper.ThreadStart_Context 80
14 System.Threading.ExecutionContext.Run 324
15 System.Threading.ThreadHelper.ThreadStartHelper 168
16 mscoree3_7.dll 429164
17 mscoree3_7.dll 310125
18 mscoree3_7.dll 310319
19 mscoree3_7.dll 305995"

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:46:01+00:00Added an answer on May 28, 2026 at 3:46 pm

    Looks like the BackgroundAgent is trying to load an item from the IsolatedStorageSettings.ApplicationSettings that doesn’t exist. Check in your ScheduledTaskAgent1.ScheduledAgent.OnInvoke method.

    1/ First check the existence of the key using the “IsolatedStorageSettings.ApplicationSettings.Contains” method before retrieving it

    2/ If the key does not exist, act accordingly

    For instance, if you’re doing:

    somevalue = IsolatedStorageSettings.ApplicationSettings["setting"];
    

    Then “setting” is the key the error message is referring too. Replace your code by:

    if (IsolatedStorageSettings.ApplicationSettings.Contains("setting"))
    {
        somevalue = IsolatedStorageSettings.ApplicationSettings["setting"];
    }else
    {
        // set somevalue to its default value
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When my app crashes, I get a crash report that takes 5 minutes to
An app I'm writing always crashes on a clients computer, but I don't get
I get crash reports from end users with Dr. Watson info and I want
I get crash reports from users with some Dr. Watson info, including the EIP.
Does anyone knows how to get crash logs from customers? Instead of manually asking
Ok I understand that this error mostly comes from sending a method call or
If I run the following code from a terminal, I get a helpful error
This crash log is from a customer using my iPad app. There are only
I would like to log error reports for my app to the Android Market
Apple have sent me a crash log from an app sent for approval. Despite

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.