Compiler Error CS0834
Visual Studio 2012
A lambda expression must have an expression body to be converted to an expression tree.
Lambdas that are translated to expression trees must be expression lambdas; statement lambdas and anonymous methods can only be converted to delegate types.
To correct this error
-
Remove the statement from the lambda expression.