Anyone have an idea why I get this error? It occurs several places such as when I try to click on the
Configure Item-level role defitions under Site settings:
There is not enough space on the disk.
Description:
An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'. 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.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +134 System.IO.FileStream.FlushWrite() +55 System.IO.FileStream.Flush() +39 System.IO.FileStream.Dispose(Boolean disposing) +32 System.IO.FileStream.Close() +17 System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) +383 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 |