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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:38:59+00:00 2026-05-31T05:38:59+00:00

I have a new Silverlight Application with just a button on it that works

  • 0

I have a new Silverlight Application with just a button on it that works great locally.
I deploy to my staging server and now the following code breaks:

 public MainPage()
    {
      InitializeComponent();
      try
      {
        MessageBox.Show("Attempting to Access Isolated Storage");
        var store = System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication();
        MessageBox.Show("Have Storage");
      }
      catch (Exception ex)
      {
        MessageBox.Show("1: Access Failed");
        MessageBox.Show(ex.Message);
        MessageBox.Show(ex.StackTrace);
      }
    }

I wrote this sample app to discover what was going on in my real application. It has the same issue. My real application did work for weeks, until a few days ago. I cannot determine what is different.

Here is the Message:

---------------------------

---------------------------
There is not enough free space to perform the operation.
---------------------------
OK   
---------------------------

Here is the stack trace:

---------------------------

---------------------------
   at System.IO.IsolatedStorage.IsolatedStorageFile.Reserve(UInt64 lReserve)

   at System.IO.IsolatedStorage.IsolatedStorageFile.FetchOrCreateStore(String groupName, String storeName, IsolatedStorageFile isf)

   at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStore(String group, String id)

   at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication()

   at SilverlightApplication1.MainPage..ctor()
---------------------------
OK   
---------------------------

Thanks.

  • 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-31T05:39:00+00:00Added an answer on May 31, 2026 at 5:39 am

    I guess you gave the answer yourself in the post: “There is not enough free space to perform the operation.” Try to increase the size of the IsolatedStorage:

    http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile.increasequotato(v=vs.95).aspx

    Also you might want to clean up the IsolatedStorage after usage. Maybe thatswhy your application worked for some days and then suddenly it broke. I guess the IsolatedStorage is just “full”. Try this at the end of your code:

        var store = System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication();
        //...do storage stuff
        store.Remove  //removes the storage
    

    Maybe also see here for some nice IsolatedStorage examples:

    http://msdn.microsoft.com/en-us/library/cc265154%28v=VS.95%29.aspx

    Hope I could help

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

Sidebar

Related Questions

In my Silverlight app I have an event handler that dynamically creates a new
I am using Silverlight to interact with a proxy application that I have developed
Now that I have installed Silverlight 3, I seem unable to build a Silverlight
I have been developing a Lync Silverlight application in Silverlight and now I am
After creating a new Silverlight application from the JetPack theme template that was installed,
We have a Silverlight application that uses WCF Data Services. We want to add
I have Silverlight application that retrieves data from the database through a WCF Service.
I have a Silverlight application that is using a navigation frame. I am trying
I have created a Silverlight 4 application, that is running out of browser. As
I have a Silverlight application that displays a map, and my intention is, when

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.