Server Error in '/' Application.

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 4:      protected void Page_Load()
Line 5:      {
Line 6:          Lemma2 lemma = new Lemma2();
Line 7:          lemma.ParseRequest(this);
Line 8:      }

Source File: c:\www\lemma3.net\default.aspx    Line: 6

Stack Trace:


[IOException: There is not enough space on the disk.
]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +9726018
   System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +9548134
   System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer) +33
   System.IO.FileStream.Dispose(Boolean disposing) +95
   System.IO.Stream.Close() +20
   System.IO.StreamWriter.Dispose(Boolean disposing) +165
   System.IO.TextWriter.Dispose() +20
   Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources) +504
   Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) +53
   System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) +23
   System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence) +588
   System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies) +1997
   System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace) +149
   System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +549
   L4Server.L4System.Deserialize() in D:\Slava\Work\Lemma\Lemma\L4Server\L4System.cs:73
   L4Server.L4System.BindDB() in D:\Slava\Work\Lemma\Lemma\L4Server\L4System.cs:101

[L4Exception: Can't bind to DBs. System.IO.IOException: There is not enough space on the disk.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
   at System.IO.FileStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at System.IO.TextWriter.Dispose()
   at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources)
   at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources)
   at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at L4Server.L4System.Deserialize() in D:\Slava\Work\Lemma\Lemma\L4Server\L4System.cs:line 73
   at L4Server.L4System.BindDB() in D:\Slava\Work\Lemma\Lemma\L4Server\L4System.cs:line 101]
   L4Server.L4System.BindDB() in D:\Slava\Work\Lemma\Lemma\L4Server\L4System.cs:116
   Lemma2..ctor() +59
   ASP.default_aspx.Page_Load() in c:\www\lemma3.net\default.aspx:6
   System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +8
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +9044271
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1031