Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

TYPRYPPP

By: eliteapp on Feb 23rd, 2012  |  syntax: C#  |  size: 1.66 KB  |  hits: 61  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. //Verze 2.2012.156.2
  2. //LEKAR
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //23.2.2012 13:12:53
  5.  
  6. System.IO.FileNotFoundException: Could not find file 'C:\Program Files\PB Solution\Elite\Temp\backup_20120223131126.gbk'.
  7. File name: 'C:\Program Files\PB Solution\Elite\Temp\backup_20120223131126.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()