Missing Assembly reference for DataTables as IEnumerables

Open the xaml file with this error in a text editor.
Add <AssemblyReference>System.Xml.ReaderWriter</AssemblyReference> (without the quotes) within the <sco:Collection x:TypeArguments=“AssemblyReference”> element.

5 Likes