Am getting error during publishing?

Am getting below mentioned error during Insert or update the Query to database
(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.

Hi @Vanitha_VS ,

It looks like you are trying to pass more arguments than required. May be the Database table has lesser columns than you are trying to insert or update. Or the column names that you provided in update are mis-spelled

Cheers

Hi,

It might be a same bug as the following.

Perhaps you should use WindowsLegacy project until this issue is fixed, if you converted your project to Windows compatibility.

Regards,

no same process work in other Project