eliteapp

RRRURPPP

May 2nd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.52 KB | None | 0 0
  1. //Verze 2.2012.164.0
  2. //LEKAR
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //2.5.2012 18:08:57
  5.  
  6. System.IO.IOException: Svazek tohoto souboru byl zvnějšku změněn, tudíž otevřený soubor není nadále platný.
  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.FlushWrite(Boolean calledFromFinalizer)
  11.    at System.IO.FileStream.Dispose(Boolean disposing)
  12.    at System.IO.Stream.Close()
  13.    at ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Close()
  14.    at System.IO.Stream.Dispose()
  15.    at Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  16.    at Elite.Common.FileTools.ZipFile(String File, String outFile)
  17.    at Elite.Data.FirebirdDbBackup.DoServerBackup()
  18.    at Elite.Data.FirebirdDbBackup.DoBackup()
  19.    at Elite.Data.FirebirdDbBackup.DoWork()
  20.    at Elite.Common.ProcessData.doWork()
  21.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  22.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  23.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  24.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  25.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  26.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment