Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Verze 2.2013.171.1
- //LEKAR
- //Windows XP Professional Service Pack 3 v5.1.2600
- //20.8.2013 14:09:47
- 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.
- 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 ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Close()
- at System.IO.Stream.Dispose()
- at Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
- at Elite.Common.FileTools.ZipFile(String File, String outFile)
- at Elite.Data.FirebirdDbBackup.DoServerBackup()
- at Elite.Data.FirebirdDbBackup.DoBackup()
- at Elite.Data.FirebirdDbBackup.DoWork()
- at Elite.Common.ProcessData.doWork()
- at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
- at System.Threading.ExecutionContext.runTryCode(Object userData)
- at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment