After upgrading Microsoft.Azure.WebJobs.Extensions.DurableTask from version 3.0.0 to 3.3.1, our Azure Function App fails to execute orchestrator functions due to a missing assembly error: Removed all ...
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80263001): {Desktop composition is disabled} ...