eliteapp

RRRURPPP

Aug 20th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.48 KB | None | 0 0
  1. //Verze 2.2013.171.1
  2. //LEKAR
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //20.8.2013 14:09:47
  5.  
  6. System.IO.IOException: IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations.
  7.    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
  8.    at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
  9.    at System.IO.FileStream.Dispose(Boolean disposing)
  10.    at System.IO.Stream.Close()
  11.    at ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Close()
  12.    at System.IO.Stream.Dispose()
  13.    at Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  14.    at Elite.Common.FileTools.ZipFile(String File, String outFile)
  15.    at Elite.Data.FirebirdDbBackup.DoServerBackup()
  16.    at Elite.Data.FirebirdDbBackup.DoBackup()
  17.    at Elite.Data.FirebirdDbBackup.DoWork()
  18.    at Elite.Common.ProcessData.doWork()
  19.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  20.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  21.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  22.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  23.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  24.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment