473,545 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error: There is not enough space on the disk.

I have encountered this error message, do anyone know what is happening??
Thanks.
Description: An unhandled exception occurred during compilation using the
CodeDomProvider 'Microsoft.CSha rp.CSharpCodePr ovider'. Please review the
stack trace for more information about the error and where it originated in
the code.

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

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:
[IOException: There is not enough space on the disk.
]
System.IO.__Err or.WinIOError(I nt32 errorCode, String str) +723
System.IO.FileS tream.WriteCore (Byte[] buffer, Int32 offset, Int32 count)
+134
System.IO.FileS tream.FlushWrit e() +55
System.IO.FileS tream.Flush() +39
System.IO.FileS tream.Dispose(B oolean disposing) +32
System.IO.FileS tream.Close() +17
System.CodeDom. Compiler.CodeCo mpiler.FromDomB atch(CompilerPa rameters
options, CodeCompileUnit[] ea) +382
System.CodeDom. Compiler.CodeCo mpiler.FromDom( CompilerParamet ers options,
CodeCompileUnit e) +90

System.CodeDom. Compiler.CodeCo mpiler.System.C odeDom.Compiler .ICodeCompiler. CompileAssembly FromDom(Compile rParameters options, CodeCompileUnit e) +37
System.Web.Comp ilation.BaseCom piler.GetCompil edType() +227

Nov 19 '05 #1
1 3697
simon wrote:
I have encountered this error message, do anyone know what is happening??
Thanks.


How much free space do you have available on the hard drive just before
attempting to write your file? Is the size of the file to be written
GREATER than the amount of free space?

HTH...
Chris
Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6291
by: Jas Shultz | last post by:
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. It doesn't happen all the time but it does happen. When I installed Sharepoint Services I got the error and had to reboot and then everything was fine. I get it sometime when running aspx pages. It's...
1
4400
by: Piotr | last post by:
How to handle "lack of disk space" during the ostream::write() function. As far as I know the is ios::rdstate() function which returns 4-bit state flag: badbit (critical error in stream buffer) eofbit (End-Of-File reached while extracting) failbit (failure extracting from stream) goodbit (no error condition, represents the absence of...
2
3710
by: Warren Wright | last post by:
Hi All, First, where can I get some questions of this sort answered? Preferably, are there good books or online guides that I can consult for these types of answers when necessary? 1. How do I know, when executing a query from Query Analyzer or otherwise, how many temporary tables will be needed, and how big they will be? 2. Where...
2
4450
by: Gorka | last post by:
Hi: I´m executing some macros that generate Snapshots in Access 2000 but when they are running it appears the following error: "The Report Snapshot was not created you don't have enough free disk space for temporary work files" I have just analize the server where I execute the macros and I have found the following information:
1
5889
by: Peter | last post by:
Hi, I am getting really weird error, when I try to load one of my ASP.NET website pages: Server Error in '/' Application. ----------------------------------------------------------- --------------------- There is not enough space on the disk.
0
2479
by: Jas Shultz | last post by:
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. It doesn't happen all the time but it does happen. When I installed Sharepoint Services I got the error and had to reboot and then everything was fine. I get it sometime when running aspx pages. It's...
2
24939
by: smeagol | last post by:
Hi, I keep getting this error message for a trans.log backup. Operating system error 112(error not found). The disk has about 6GB space free, and the backup should only take up about 550 MB, so I would think it is not space related but... The disk is NTFS. Any ideas?
0
11710
by: riggor | last post by:
I have been searching for answers to this question ... but all I have found is other people asking the same question..but I have not found an answer... I am trying to install Oracle 10g on Solaris 10 on x86. When I run the installer I get the following error message: "Error in writing to directory /tmp/OraInstall2006-10-12_05-05-40PM....
0
2193
by: Rahul Shakya | last post by:
Hi, I am facing same problem. I have not implmented any dll or no referece at all. In disk usage my control panel showing only (0.2%) of total. I dnt know is my application problem or it is hosting server problem. Application is working fine in local environment. But it show following error on hosting environment. Is any specific setting...
0
7484
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7675
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7440
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5997
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5344
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4963
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1902
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1030
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.