Compile Error: "AsEnumerable" is not a member of "System.Data.DataTable"

I’m trying to Add this string DT1_completed.AsEnumerable().Any(Function(x) x(“Account Type”).ToString =“DOSRI”) inside an IF activity. I get this error–>
Compile Error: “AsEnumerable” is not a member of “System.Data.DataTable”

I tried creating a new script and it’s working but in the script I’m working keeps getting this error.

Appreciate any help

1 Like

@VegitlX_HuNteR Follow these Steps and Check :

  1. Open your Main.xaml File in Notepad or Notepad++ or any other Editing Tool.
  2. Then Add the Highlighted Reference as an Assembly Reference in the Assembly Reference Section as Shown in the Below Image.

Make sure to Close your xaml and then after the Edit open it again. :sweat_smile:

8 Likes
  • Is this a bug?
  • will this affect the script script that i have if I add this?
1 Like

@VegitlX_HuNteR Kind of a Bug :sweat_smile:, Yes It will affect, It will add the DataSetExtension Assembly, Not any damage to your Original project though if you add the Assembly Reference Carefully as mentioned.

This link may help you, @VegitlX_HuNteR

This is what it shows in the projet I’m working on.
the tag shows <x:String> and not .

1 Like

@VegitlX_HuNteR Can you Scroll Down and Check :sweat_smile:

Found it :sweat_smile:

2 Likes

@VegitlX_HuNteR Was it already present or did you add it now?

Already added it and the initial test did work :sweat_smile: still testing further if this really 100% functioning. Will let you know once done doing the test.

1 Like

It works perfectly updating the xaml with the line you mentioned.
Thanks for your help “again”

2 Likes