OrderJobs.SendOrderConfirmationMail

// Job ID: #3646485
using OOP.BackgroundJobsManager.Jobs;

var orderJobs = Activate<OrderJobs>();
await orderJobs.SendOrderConfirmationMail(
    1862343,
    FromJson<UserDefault>("{\"UserID\":126767,\"BPID\":2703,\"SeletedDivision\":[1,4,3,7,6,2,5,9,10]}"));

Properties

CurrentCulture
"en-IN"
CurrentUICulture
"en-US"
RetryCount
10

State

8/21/2025 11:53:01 AM (+26.780s) Failed

An exception occurred during performance of the job.

System.IO.FileNotFoundException

Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
   at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1 POPrintParams, UserDefault UserDefault)
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

-2m 54.686s Processing

Server:
ooptest:14240
Worker:
7b7b713c

+1h 53m Enqueued

Triggered by DelayedJobScheduler

+10ms Scheduled

Retry attempt 10 of 10: Error in File PoprintMixed 14964_31388_{1FC2DB0C-…

Enqueue at:
8/21/2025 11:55:26 AM

+4.114s Failed

An exception occurred during performance of the job.

CrystalDecisions.CrystalReports.Engine.InternalException

Error in File PoprintMixed 14964_31388_{1FC2DB0C-F586-42CD-AA6C-001ADD521767}.rpt: The rowset column could not be found.

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File PoprintMixed 14964_31388_{1FC2DB0C-F586-42CD-AA6C-001ADD521767}.rpt:
The rowset column could not be found. ---> System.Runtime.InteropServices.COMException: Error in File PoprintMixed 14964_31388_{1FC2DB0C-F586-42CD-AA6C-001ADD521767}.rpt:
The rowset column could not be found.
   at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   --- End of inner exception stack trace ---
   at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
   at OOPRepository.Utility.CrystalUtility.POPrint(String filepath, Int32 divisionID, Int32 OrderID, String DivisionOrderID, Int32 DistributorBPID, ConnectionInfo connection) in D:\Source\GitHub\OOP\OOPRepository\Utility\CrystalUtility.cs:line 237
   at OOPRepository.Orders.GetPOPrintReport.<GetPOPrintAsync>d__0.MoveNext() in D:\Source\GitHub\OOP\OOPRepository\Orders\GetPoPrint.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Repository\OrderRepository.cs:line 800
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+66ms Processing

Server:
nsho00es36:14964
Worker:
0570ca37

+1h 12m Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 9 of 10: Could not load file or assembly 'CrystalDecisions…

Enqueue at:
8/21/2025 10:01:51 AM

+30ms Failed

An exception occurred during performance of the job.

System.IO.FileNotFoundException

Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
   at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1 POPrintParams, UserDefault UserDefault)
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+33ms Processing

Server:
ooptest:7916
Worker:
715d2260

+41m 1s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 8 of 10: Could not load file or assembly 'CrystalDecisions…

Enqueue at:
8/21/2025 8:49:39 AM

+47ms Failed

An exception occurred during performance of the job.

System.IO.FileNotFoundException

Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
   at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1 POPrintParams, UserDefault UserDefault)
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+46ms Processing

Server:
ooptest:7916
Worker:
0d305149

+23m 56.280s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 7 of 10: Could not load file or assembly 'CrystalDecisions…

Enqueue at:
8/21/2025 8:08:30 AM

+50ms Failed

An exception occurred during performance of the job.

System.IO.FileNotFoundException

Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
   at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1 POPrintParams, UserDefault UserDefault)
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

-2m 54.643s Processing

Server:
ooptest:7916
Worker:
a37ae713

+13m 29.050s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 6 of 10: Error in File PoprintMixed 17624_24092_{5F0ACB61-…

Enqueue at:
8/21/2025 7:47:35 AM

+1.580s Failed

An exception occurred during performance of the job.

CrystalDecisions.CrystalReports.Engine.InternalException

Error in File PoprintMixed 17624_24092_{5F0ACB61-4BAF-418D-9D67-BCB0BAD77A01}.rpt: The rowset column could not be found.

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File PoprintMixed 17624_24092_{5F0ACB61-4BAF-418D-9D67-BCB0BAD77A01}.rpt:
The rowset column could not be found. ---> System.Runtime.InteropServices.COMException: Error in File PoprintMixed 17624_24092_{5F0ACB61-4BAF-418D-9D67-BCB0BAD77A01}.rpt:
The rowset column could not be found.
   at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   --- End of inner exception stack trace ---
   at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
   at OOPRepository.Utility.CrystalUtility.POPrint(String filepath, Int32 divisionID, Int32 OrderID, String DivisionOrderID, Int32 DistributorBPID, ConnectionInfo connection) in D:\Source\GitHub\OOP\OOPRepository\Utility\CrystalUtility.cs:line 237
   at OOPRepository.Orders.GetPOPrintReport.<GetPOPrintAsync>d__0.MoveNext() in D:\Source\GitHub\OOP\OOPRepository\Orders\GetPoPrint.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Repository\OrderRepository.cs:line 800
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+27ms Processing

Server:
nsho00es36:17624
Worker:
fd33346a

+5m 28.746s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 5 of 10: Error in File PoprintMixed 17624_18708_{9320C478-…

Enqueue at:
8/21/2025 7:34:08 AM

+1.474s Failed

An exception occurred during performance of the job.

CrystalDecisions.CrystalReports.Engine.InternalException

Error in File PoprintMixed 17624_18708_{9320C478-276B-4CDA-9C21-F1D828379FEA}.rpt: The rowset column could not be found.

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File PoprintMixed 17624_18708_{9320C478-276B-4CDA-9C21-F1D828379FEA}.rpt:
The rowset column could not be found. ---> System.Runtime.InteropServices.COMException: Error in File PoprintMixed 17624_18708_{9320C478-276B-4CDA-9C21-F1D828379FEA}.rpt:
The rowset column could not be found.
   at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   --- End of inner exception stack trace ---
   at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
   at OOPRepository.Utility.CrystalUtility.POPrint(String filepath, Int32 divisionID, Int32 OrderID, String DivisionOrderID, Int32 DistributorBPID, ConnectionInfo connection) in D:\Source\GitHub\OOP\OOPRepository\Utility\CrystalUtility.cs:line 237
   at OOPRepository.Orders.GetPOPrintReport.<GetPOPrintAsync>d__0.MoveNext() in D:\Source\GitHub\OOP\OOPRepository\Orders\GetPoPrint.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Repository\OrderRepository.cs:line 800
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+46ms Processing

Server:
nsho00es36:17624
Worker:
fd33346a

+2m 43.610s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 4 of 10: Error in File PoprintMixed 17624_18708_{D59BF8EF-…

Enqueue at:
8/21/2025 7:28:37 AM

+1.520s Failed

An exception occurred during performance of the job.

CrystalDecisions.CrystalReports.Engine.InternalException

Error in File PoprintMixed 17624_18708_{D59BF8EF-9534-4CF1-B15D-91E696102AD9}.rpt: The rowset column could not be found.

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File PoprintMixed 17624_18708_{D59BF8EF-9534-4CF1-B15D-91E696102AD9}.rpt:
The rowset column could not be found. ---> System.Runtime.InteropServices.COMException: Error in File PoprintMixed 17624_18708_{D59BF8EF-9534-4CF1-B15D-91E696102AD9}.rpt:
The rowset column could not be found.
   at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   --- End of inner exception stack trace ---
   at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
   at OOPRepository.Utility.CrystalUtility.POPrint(String filepath, Int32 divisionID, Int32 OrderID, String DivisionOrderID, Int32 DistributorBPID, ConnectionInfo connection) in D:\Source\GitHub\OOP\OOPRepository\Utility\CrystalUtility.cs:line 237
   at OOPRepository.Orders.GetPOPrintReport.<GetPOPrintAsync>d__0.MoveNext() in D:\Source\GitHub\OOP\OOPRepository\Orders\GetPoPrint.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Repository\OrderRepository.cs:line 800
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+20ms Processing

Server:
nsho00es36:17624
Worker:
63d27429

+59.660s Enqueued

Triggered by DelayedJobScheduler

+4ms Scheduled

Retry attempt 3 of 10: Could not load file or assembly 'CrystalDecisions…

Enqueue at:
8/21/2025 7:25:42 AM

+306ms Failed

An exception occurred during performance of the job.

System.IO.FileNotFoundException

Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
 (Fully-specified)
LOG: Appbase = file:///E:/Source/Git/OOP/OOP.BackgroundJobsManager/
LOG: Initial PrivatePath = E:\Source\Git\OOP\OOP.BackgroundJobsManager\bin
Calling assembly : OOP.BackgroundTask, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: E:\Source\Git\OOP\OOP.BackgroundJobsManager\web.config
LOG: Using host configuration file: C:\Users\Premkumar.pk\Documents\IISExpress\config\aspnet.config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Redirect found in application configuration file: 13.0.2000.0 redirected to 13.0.3500.0.
LOG: Post-policy reference: CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///C:/Users/Premkumar.pk/AppData/Local/Temp/Temporary ASP.NET Files/vs/e9cc2492/6275ca07/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/Users/Premkumar.pk/AppData/Local/Temp/Temporary ASP.NET Files/vs/e9cc2492/6275ca07/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///E:/Source/Git/OOP/OOP.BackgroundJobsManager/bin/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///E:/Source/Git/OOP/OOP.BackgroundJobsManager/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/Users/Premkumar.pk/AppData/Local/Temp/Temporary ASP.NET Files/vs/e9cc2492/6275ca07/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///C:/Users/Premkumar.pk/AppData/Local/Temp/Temporary ASP.NET Files/vs/e9cc2492/6275ca07/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///E:/Source/Git/OOP/OOP.BackgroundJobsManager/bin/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///E:/Source/Git/OOP/OOP.BackgroundJobsManager/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.

   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
   at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1 POPrintParams, UserDefault UserDefault)
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in E:\Source\Git\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in E:\Source\Git\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in E:\Source\Git\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+80ms Processing

Server:
enes-edpsw6:29156
Worker:
c571af67

+49.784s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 2 of 10: Error in File PoprintMixed 17624_24092_{DB479F5F-…

Enqueue at:
8/21/2025 7:24:46 AM

+10.233s Failed

An exception occurred during performance of the job.

CrystalDecisions.CrystalReports.Engine.InternalException

Error in File PoprintMixed 17624_24092_{DB479F5F-47EC-4733-845F-42E20DF9461D}.rpt: The rowset column could not be found.

CrystalDecisions.CrystalReports.Engine.InternalException: Error in File PoprintMixed 17624_24092_{DB479F5F-47EC-4733-845F-42E20DF9461D}.rpt:
The rowset column could not be found. ---> System.Runtime.InteropServices.COMException: Error in File PoprintMixed 17624_24092_{DB479F5F-47EC-4733-845F-42E20DF9461D}.rpt:
The rowset column could not be found.
   at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   --- End of inner exception stack trace ---
   at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
   at OOPRepository.Utility.CrystalUtility.POPrint(String filepath, Int32 divisionID, Int32 OrderID, String DivisionOrderID, Int32 DistributorBPID, ConnectionInfo connection) in D:\Source\GitHub\OOP\OOPRepository\Utility\CrystalUtility.cs:line 237
   at OOPRepository.Orders.GetPOPrintReport.<GetPOPrintAsync>d__0.MoveNext() in D:\Source\GitHub\OOP\OOPRepository\Orders\GetPoPrint.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Repository\OrderRepository.cs:line 800
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

+47ms Processing

Server:
nsho00es36:17624
Worker:
4e81edca

+3m 9.083s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 1 of 10: Could not load file or assembly 'CrystalDecisions…

Enqueue at:
8/21/2025 7:21:06 AM

+30ms Failed

An exception occurred during performance of the job.

System.IO.FileNotFoundException

Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
   at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1 POPrintParams, UserDefault UserDefault)
   at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

-2m 54.663s Processing

Server:
ooptest:7916
Worker:
a37ae713

+16ms Enqueued

8/21/2025 7:23:41 AM Created