eliteapp

RIQIOPPP

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