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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:54:52+00:00 2026-05-20T04:54:52+00:00

I have a Silverlight 4 application (plug… http://audioorchard.com …end plug) that is occasionally throwing

  • 0

I have a Silverlight 4 application (plug… http://audioorchard.com …end plug) that is occasionally throwing an exception in the IsolatedStorageFileStream constructor.

System.IO.IsolatedStorage.IsolatedStorageException: [IsolatedStorage_Operation_ISFS] Arguments: Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.50524.0&File=mscorlib.dll&Key=IsolatedStorage_Operation_ISFS at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, IsolatedStorageFile isf) at AudioOrchard.Client.Utility.DiskManager.CreateNewFile(String fileName, Boolean wasDiskSpaceRequested) at… (enter’s not SL runtime code here)

The url in the stack trace doesn’t provide any help and neither did a google search. Where can I learn more about IsolatedStorage_Operation_ISFS and what would cause it?

  • 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-20T04:54:52+00:00Added an answer on May 20, 2026 at 4:54 am

    It means you are hitting a file length limit in Silverlight isolated storage. The base storage location for isolated storage can be in a path with a very long name – it looks something like:

    C:\\Users\\kevind\\AppData\\LocalLow\\Microsoft\\Silverlight\\is\\1325qaxz.ekn\\xyro13wm.cn0\\1\\s\\qc4wuhalx4ciu4u5hbqqfohd3y3y4m1guyj5xuv5ml5y5qjbjmaaaeea\\f

    (and can be even longer on XP, where the base is C:\Documents and Settings)

    Given that, it doesn’t take much to hit the 260 character file path limit. The base path plus the internal path (inside isolated storage) plus the file name has to be less than 260 characters.

    I’ve seen two different failure modes in this case:

    1. Trying to create a directory where the total path length (base path plus new path) is longer than 260 characters. This results in a PathToLongException raised by IsolatedStorageFile.CreateDirectory

    2. Trying to create a file using IsolatedStorageFileStream, where the total path length (base path plus internal path plus file name) is greater than 260 characters. This results in an IsolatedStorageException (IsolatedStorage_Operation_ISFS) raised by the IsolatedStorageFileStream constructor.

    As far as I can tell, there’s no real solution to this problem aside from catching the exceptions and carrying on. It’s an unfortunately limitation of Silverlight.

    There’s a good article about the issue here:

    http://msdn.microsoft.com/en-us/magazine/dd458794.aspx

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

Sidebar

Related Questions

I have a Silverlight application that is using a DataGrid. Inside of that DataGrid
I have a Silverlight application that needs to display data in both English (feet,
I have a silverlight application that I am embedding in an existing ASP.NET web
I have a Silverlight application that I use the Beta2 T4 Self tracking entities
I have a Silverlight Application, that uploads file(s) to a Sharepoint Site. I got
I have a Silverlight application that uses Kit3D and I want to convert it
I have a silverlight application that requires the user to login. The problem is
I have a Silverlight application that implements some basic CRUD operations on a fairly
I have a Silverlight application that consists of a MainWindow and several classes which
I have Silverlight 3 application with two datepickers for Start Date and End Date.

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.