Hi,
Just for informational purposes, I`ve been able to solve this issue by setting the .NET task scheduler (which runs the parallel tasks/threads) to
Regards
Daniel
Just for informational purposes, I`ve been able to solve this issue by setting the .NET task scheduler (which runs the parallel tasks/threads) to
TaskScheduler.FromCurrentSynchronizationContext
instead ofTaskScheduler.Default
which was the root cause of the errors.Regards
Daniel