eliteapp

TYQTUPPP

Oct 31st, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.47 KB | None | 0 0
  1. //Verze 2.2012.166.0
  2. //STANICE
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //31.10.2012 16:17:01
  5.  
  6. System.IO.IOException: Soubor nebo adresář je porušen a není čitelný.
  7.  
  8.    v System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  9.    v System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
  10.    v System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
  11.    v Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  12.    v Elite.Common.FileTools.ZipFile(String File, String outFile)
  13.    v Elite.Data.FirebirdDbBackup.DoServerBackup()
  14.    v Elite.Data.FirebirdDbBackup.DoBackup()
  15.    v Elite.Data.FirebirdDbBackup.DoWork()
  16.    v Elite.Common.ProcessData.doWork()
  17.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  18.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  19.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  20.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  21.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  22.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment