(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

(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.

when we are using “Add data Row” Activity that time we are getting above error

thanks in advance

please suggest for above error

Check this thread Add data row error lambda expression solutions as it is addressing the same errors that are you facing.

but i need insert 208 column data , thats why we are using variables

@Ram_Gurav1

Fid you try creating the array variable and assign using assign activity and passing the array variable

Cheers

While creating any project Select “Windows legacy” as compatibility
Screenshot (10)

thank you for your valuable suggestion its work, i am converting my project in Windows to windows-legacy than work

1 Like

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