eliteapp

TYQTUPPP

Mar 8th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.66 KB | None | 0 0
  1. //Verze 2.2012.158.3
  2. //SESTRA-1
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //8.3.2012 9:31:11
  5.  
  6. System.IO.FileNotFoundException: Could not find file 'C:\Program Files\PB Solution\Elite\Temp\backup_20120308093029.gbk'.
  7. File name: 'C:\Program Files\PB Solution\Elite\Temp\backup_20120308093029.gbk'
  8.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  9.    at 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.    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
  11.    at System.IO.FileStream..ctor(String path, FileMode mode)
  12.    at Elite.Common.FileTools.ZipFile(List`1 fileList, String outFile)
  13.    at Elite.Common.FileTools.ZipFile(String File, String outFile)
  14.    at Elite.Data.FirebirdDbBackup.DoBackup()
  15.    at Elite.Data.FirebirdDbBackup.DoWork()
  16.    at Elite.Common.ProcessData.doWork()
  17.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  18.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  19.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  20.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  21.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  22.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment