eliteapp

RRRURPPP

Mar 30th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.29 KB | None | 0 0
  1. //Verze 2.2012.162.2
  2. //LEKAR
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //30.3.2012 16:11:06
  5.  
  6. ICSharpCode.SharpZipLib.Zip.ZipException: size was 0, but I expected 350836224
  7.    at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.CloseEntry()
  8.    at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.Finish()
  9.    at ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Close()
  10.    at System.IO.Stream.Dispose()
  11.    at Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  12.    at Elite.Common.FileTools.ZipFile(String File, String outFile)
  13.    at Elite.Data.FirebirdDbBackup.DoServerBackup()
  14.    at Elite.Data.FirebirdDbBackup.DoBackup()
  15.    at Elite.Data.FirebirdDbBackup.DoWork()
  16.    at Elite.Common.ProcessData.doWork()
  17.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  18.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  19.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  20.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  21.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  22.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment