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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:21:44+00:00 2026-05-25T19:21:44+00:00

I have a problem in Windows Azure. I’m storing temporary files in local storage.

  • 0

I have a problem in Windows Azure. I’m storing temporary files in local storage. After a certain time i get a System.IO.IOException: There is not enough space on the disk.

So I have read some articles about it and microsoft themself recommends to catch the error and try to clear the files. So my question at this point is how is the best way to accomplish this?

At the moment I would try this but I don’t know if this is the best approach:

   public static void ClearTempFolder(string localStorageName)
    {
        System.IO.DirectoryInfo downloadedMessageInfo = new DirectoryInfo(RoleEnvironment.GetLocalResource(localStorageName).RootPath);
        foreach (FileInfo file in downloadedMessageInfo.GetFiles())
            file.Delete();
        foreach (DirectoryInfo dir in downloadedMessageInfo.GetDirectories())
            dir.Delete(true);
    }

Thanks for your help.

  • 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-25T19:21:44+00:00Added an answer on May 25, 2026 at 7:21 pm

    If you’re happy for all the files to go – then, yes, that should work fine. You may want to trap for exceptions that will be thrown if a file is still open.

    However, it may be better to examine your code to see whether you can remove the temporary file immediately when you’ve finished with it.

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

Sidebar

Related Questions

I have problem with Visual Studio 2010 on Windows 7 64-bit. After some time
I have a problem after i setup windows 7 all old projects in c#
I have used RDP to get into my windows azure instance. I downloaded VisualSVN
I have a problem with an validation error that only appears on Windows Azure,
I have a problem in a Windows Forms application with Bitmap.Save failing when I
On Windows I have a problem I never encountered on Unix. That is how
I have a problem with a ClickOnce deployment of a Windows Forms application. When
I have this problem where I open Visual Studio and the internal windows are
I have a problem at some customer pc's (new Dell PCs) windows XP Professional
I have the problem I just installed the new Monodevelop 2.2.2 on Windows but

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.