eliteapp

TYQTUPPP

Feb 28th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.43 KB | None | 0 0
  1. //Verze 2.2013.170.8
  2. //STANICE
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //28.2.2013 15:33:57
  5.  
  6. System.IO.IOException: Zařízení není připraveno.
  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.FlushWrite(Boolean calledFromFinalizer)
  11.    v System.IO.FileStream.Dispose(Boolean disposing)
  12.    v System.IO.Stream.Close()
  13.    v ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Close()
  14.    v System.IO.Stream.Dispose()
  15.    v Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  16.    v Elite.Common.FileTools.ZipFile(String File, String outFile)
  17.    v Elite.Data.FirebirdDbBackup.DoServerBackup()
  18.    v Elite.Data.FirebirdDbBackup.DoBackup()
  19.    v Elite.Data.FirebirdDbBackup.DoWork()
  20.    v Elite.Common.ProcessData.doWork()
  21.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  22.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  23.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  24.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  25.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  26.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment