After updating to version 2.59.163.25230 all flows stop on the "Display custom form" action, with the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'AdaptiveCards, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'AdaptiveCards, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at Microsoft.Flow.RPA.Desktop.Shared.AdaptiveCards.RegistrationHelper.RegisterConverters()
at Microsoft.Flow.RPA.Desktop.Modules.Display.Actions.DisplayActions.ShowCustomDialog(String cardTemplate, String cardDataJson, CustomObject& customFormData, String& buttonPressed)
at Microsoft.Flow.RPA.Desktop.Modules.Display.Actions.Actions.ShowCustomDialog.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
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].
What could be the problem?