erver Error in '/test' Application.
--------------------------------------------------------------------------------
There is not enough space on the disk.
Description: An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.Visu alBasic.VBCodeP rovider'. 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..ctor(Str ing path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
System.IO.FileS tream..ctor(Str ing path, FileMode mode, FileAccess access, FileShare share) +45
System.CodeDom. Compiler.CodeCo mpiler.FromDomB atch(CompilerPa rameters options, CodeCompileUnit[] ea) +271
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) +39
System.Web.Comp ilation.BaseCom piler.GetCompil edType() +227
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
Above are the problem that i face now and i hope all of u can help me as soon as u can.
Actually i save all my application file in C drive then now the c drive total size already full and not more any free space to me to run the application.
In addition,the disk cleaner also can not run and hang at there when i need to clean some other unwanted file.
i really headcahe of this problem and please help me and let me what to do.
thank you very much.
--------------------------------------------------------------------------------
There is not enough space on the disk.
Description: An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.Visu alBasic.VBCodeP rovider'. 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..ctor(Str ing path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
System.IO.FileS tream..ctor(Str ing path, FileMode mode, FileAccess access, FileShare share) +45
System.CodeDom. Compiler.CodeCo mpiler.FromDomB atch(CompilerPa rameters options, CodeCompileUnit[] ea) +271
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) +39
System.Web.Comp ilation.BaseCom piler.GetCompil edType() +227
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
Above are the problem that i face now and i hope all of u can help me as soon as u can.
Actually i save all my application file in C drive then now the c drive total size already full and not more any free space to me to run the application.
In addition,the disk cleaner also can not run and hang at there when i need to clean some other unwanted file.
i really headcahe of this problem and please help me and let me what to do.
thank you very much.
Comment