This is quite annoying and affects many of my colleagues, the AsEnumerable suddenly is not auto-completing but works if run. The System.Data.DataSetExtensions is already in XAML files and auto-completion feature of UiPath is still not working. Please help, @lakshman@loginerror@Palaniyappan. Thank you in advance guys.
@iamthejuan The AsEnumerable Method appears for me for the xaml file that you have provided , Since you have already included System.Data.DataSetExtensions, I don’t actually know what might be the cause of this problem. But have you tried restarting Studio and checked if it is able to appear?
@iamthejuan
I often encounter a blocked intellisense when working with LINQ statements. In simple case I just dictate the code and ignore the missing suggestions.
Otherwise, we do following:
bringing with comments the modelling into a state that it is compiling
closing UiPath studio
delete from project the directories .local and .settings
ensure XAML is referencing System.Linq, System.Linq.Expressions, System.Data.DatasetExtensions
open project/XAML again and do continue to work. I the majority of cases it was better working after these steps
By the way after installing using my old version of UiPath installer which I downloaded last April, it became worse because the members of DataTable are all not auto-completing even when pressing Ctrl + Space.