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 7639465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:25:29+00:00 2026-05-31T08:25:29+00:00

Exceptions: A first chance exception of type ‘System.IO.FileNotFoundException’ occurred in mscorlib.dll A first chance

  • 0

Exceptions:
A first chance exception of type ‘System.IO.FileNotFoundException’ occurred in mscorlib.dll
A first chance exception of type ‘System.IO.IsolatedStorage.IsolatedStorageException’ occurred in mscorlib.dll

    public static IsolatedStorageSettings settings = IsolatedStorageSettings.ApplicationSettings;

    private void GetScoreData()
    {
        if (settings.Contains(dataItem2.Name))
        {
            this.textBlock2.Text = settings[dataItem2.Name].ToString();
        }
        else 
        {
            settings.Add(dataItem2.Name, "N/A");
            this.textBlock2.Text = "N/A";
        }
        settings.Save();
    }

now in the other page

i am updating its value by doing this

ScorePage.settings[“MyKey”] = moves.ToString();

so everytime i restart my emulator and run my project this exception comes.
any reason why?

  • 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-31T08:25:31+00:00Added an answer on May 31, 2026 at 8:25 am

    The isolated storage in the emulator is not persisted after you close it.

    Reference: Windows Phone Emulator: (see features)

    Isolated storage is available while the emulator is running. Data in isolated storage does not persist after the emulator closes. This includes files stored in a local database, as these files reside in isolated storage.
    I suggest you to use site settings over application settings.
    One more thing, dont worry the windows phone is persistent.(only the emulator is not!)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Right now, it just shows: A first chance exception of type 'System.ArgumentException' occurred in
Executing the line: Response.Redirect(Whateva.aspx, true); Results in: A first chance exception of type 'System.Threading.ThreadAbortException'
public void Save() { XmlSerializer Serializer = new XmlSerializer(typeof(DatabaseInformation)); /* A first chance exception
Catching Own First Chance Exceptions AppDomain.CurrentDomain.FirstChanceException += FirstChanceException; private static void FirstChanceException(object sender, System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
A friend of mine claims that calls to Debug.Print() as well as first-chance exception
I'm getting first chance exceptions in my output window in debug mode. How do
Exception of type 'System.Web.HttpUnhandledException' was thrown. Step into: Stepping over non-user code 'System.Web.UI.Control.OnLoad' Step
First off I run my applications with exceptions thrown on any error (handled or
At first, this exception doesn't really make sense to me. Why shouldn't i be
I'm getting the following exception when executing the first preparedstatement after a period of

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.