Filter Datatable is not working

Hello,

Filter Datatable is not working. It show error CopyTodatatable is not a Member of system Array.

Hi @jais1609,

Firstly save and close xaml file by leaving error message as it is.
Now you’ve to open the xaml file in Notepad and add below assembly reference manually (Copy-paste in that notepad) save that notepad, and double click on xaml file to open it.

<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>

Follow this thread, it’ll help you.

3 Likes

Thank you so much. Now it working fine. I really Appreciate your help.

May i know why the reference was missed before am i missing anything? or it was some thing else.

@jais1609,
Yeah, this is known issue with this assembly not loading properly in some studio versions.
And sometimes it’s because of older version of .NET framework.

2 Likes

Thank so much buddy. Fantastic !!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.