This is a migrated thread and some comments may be shown as answers.

DISK ERROR on Batch Upload Page

3 Answers 74 Views
Code Converter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Saud Almutairi
Top achievements
Rank 1
Saud Almutairi asked on 19 Mar 2008, 06:24 AM

There is not enough space on the disk.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.IOException: There is not enough space on the disk.


Source Error:

Line 38:             string dirPath = Server.MapPath(ResolveUrl(this.radUploadBatch.TargetFolder.ToString()));
Line 39: if(!Directory.Exists(dirPath))
Line 40: Directory.CreateDirectory(dirPath);
Line 41: }
Line 42: }

Source File: e:\web\codechanger\htdocs\batch.aspx.cs    Line: 40

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 04 Apr 2008, 08:17 AM
Hi Saud,

Thanks for the report. We are aware of this exception and the problem is already resolved. Please excuse us for the inconvenience we might have caused.

Regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Iomedex
Top achievements
Rank 1
answered on 08 Jan 2009, 11:30 PM
Hi I am getting the same error today.  Is the hard drive full now?
0
Todd Anglin
Top achievements
Rank 2
answered on 09 Jan 2009, 06:03 PM
Saud-

Thanks for reporting the issue. We are implementing a process now that should fix this for good, but in the mean time, you'll find the site's batch functionality has been restored. Enjoy!

-Todd
Tags
Code Converter
Asked by
Saud Almutairi
Top achievements
Rank 1
Answers by
Paul
Telerik team
Iomedex
Top achievements
Rank 1
Todd Anglin
Top achievements
Rank 2
Share this question
or