eliteapp

WWUPWPPP

Feb 28th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.58 KB | None | 0 0
  1. //Verze 2.2013.170.0
  2. //DOMOV
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //28.2.2013 21:59:24
  5.  
  6. System.IO.IOException: Na disku není dost místa.
  7.  
  8.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  9.    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
  10.    at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
  11.    at ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Finish()
  12.    at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.CloseEntry()
  13.    at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.Finish()
  14.    at ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Close()
  15.    at System.IO.Stream.Dispose()
  16.    at Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  17.    at Elite.Common.FileTools.ZipFile(String File, String outFile)
  18.    at Elite.Data.FirebirdDbBackup.DoServerBackup()
  19.    at Elite.Data.FirebirdDbBackup.DoBackup()
  20.    at Elite.Data.FirebirdDbBackup.DoWork()
  21.    at Elite.Common.ProcessData.doWork()
  22.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  23.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  24.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  25.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  26.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  27.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment