The following error occurs when attempting convert a datatable to enumerable on
Studio 2024.10.1 - 6/27/2024
Community License
User-mode Installation
License Provider: Orchestrator (Cloud)
Microsoft Windows 11 Pro 64-bit
8.0.0
Argument ‘Value’: CS0012: The type ‘IXmlSerializable’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’.
The attached project includes a single assign activity that demonstrates the error.
Manually adding the assembly reference line to the xaml resolves the issue.
Main.xaml (7.4 KB)
project.json (1.6 KB)