Error with datatable

When i am using linq queue i get .AsEnumerable as not a member of System.Data.DataTable i did not get error in my personal laptop but when i use same in corporate laptop enterprise version is old we have on-prem orchestrator

@Gaurav_Gore you can check the below post

1 Like

Hi @Gaurav_Gore

Check the below thread

Right click on the xaml file in projects folder and open with notepad ++ and follow the steps in the thread.

If this doesn’t work try downgrading UiPath.System.Acticities dependency

Regards

Hi @Gaurav_Gore

Try to import the below namespaces from the imports panels

1.System.Linq
2.System.Linq.Expressions
3.System.Linq.Expressions.Interpreter
4.System.Data.DataSetExtensions

If you still persists the issue,Try by downgrading or upgrading the Packages.

Hope it helps!!

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