Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error: There is not enough space on the disk 1

Status
Not open for further replies.

cesark

Programmer
Dec 20, 2003
621
Hi,

I am testing an aspx page since several months in my PC, and now, suddenly, when I want normally to test the pages in the browser I receive this error:



Server Error in '/market' Application.

There is not enough space on the disk.

Description: An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.VisualBasic.VBCodeProvider'. 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:
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.__Error.WinIOError(Int32 errorCode, String str) +723 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +45 System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(CompilerParameters options, String cmdArgs) +171 System.CodeDom.Compiler.CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames) +497 System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) +428 System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) +90 System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit e) +37 System.Web.Compilation.BaseCompiler.GetCompiledType() +227

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573



How can I solve it?

Thank you,
Cesar
 
Free: 23,1 GB
Used: 14 GB

I use Windows 2000 Server, NT technology
 
is this the drive where windows is installed? because asp.net creates and uses a cache of the actual assembly in c:\windows\microsoft.net\v1.1.1142\asp_cache (or something)

also, do you write on some other drive any information (like a log or anything) ?

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
is this the drive where windows is installed?

Yes

also, do you write on some other drive any information (like a log or anything) ?

No, I only use one drive, the hard disk.


I have seen that the error only happens when I want to see the page from the Macromedia DW MX pressing the F12 key, so that the browser shows the page. But if I type the complete address in the browser, then it works. But I need to use the F12 key.. it’ s very useful.

Yesterday, the error as well appeared when I tried to see the pages typing the address in a web page that allows you to choose the screen resolution, then a new window appears displaying you page content with the resolution you chose. The web page is:
 
Now, after one hour of testing pages, the number of pages that cannot be seen are increased, included when I type directly the addresses in the browser.. I’m desperate..
 
I have seen that the folder ‘C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\shoop_corp\5865125c\99295f67’ is very full, I mean that occupies 1 GB. I think that this is the problem, this folder can’ t generate more temporary files when I test the pages, and I get that error. I tried to change some of the files of that directory to another folder (cut and paste), and I can see my aspx pages again in the browser.

What do you think if I remove all the files of that folder? I mean the ‘…Temporary ASP.NET Files\shoop_corp\5865125c\99295f67’ folder files.

Thanks
 
sure... stop the IIS (sometimes you might need to forced-close aspnet_wb.exe from task manager) then delete the folder.

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
I renamed the directory for the directory that we are using and it created a new one and it worked. Thanks to all that made this possible.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top