I got the error after converting my Windows-Legacy project to Windows with the new update. My Insert query activity worked fine before converting.
Import of System.Linq did not work for me also.
I got the error after converting my Windows-Legacy project to Windows with the new update. My Insert query activity worked fine before converting.
Import of System.Linq did not work for me also.
Hi,
Can you share your error message?
Regards,
I am getting below mentioned error
(1) : error BC32043: Too many type arguments to ‘Func(Of Out TResult)’.
(2) : error BC36625: Lambda expression cannot be converted to ‘Expression(Of Func)’ because ‘Expression(Of Func)’ is not a delegate type.
Before converting windows it is working fine. After window conversion i am facing issue in linq query
Hi,
It might be a same bug as the following. (it seems you already checked.)
Perhaps you should use WindowsLegacy project until this issue is fixed.
Regards,