Expression Issue #363
armenasadyan
started this conversation in
General
Replies: 1 comment 1 reply
-
It looks like dependency issue. It says it is unable to find Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
For some reasons I need to use version 3.1.0.0.
{
"WorkflowName": "inputWorkflow",
"Rules": [
{
"RuleName": "GiveDiscount10Percent",
"SuccessEvent": "10",
"ErrorMessage": "One or more adjust rules failed.",
"ErrorType": "Error",
"RuleExpressionType": "LambdaExpression",
"Expression": "input1.country == "usa""
}
]
}
When I execute rule, I have exception message: Exception while parsing expression
input1.country == "usa"
- Method not found: 'System.Func2<!!0,!!1> FastExpressionCompiler.ExpressionCompiler.CompileFast(System.Linq.Expressions.Expression
1<System.Func`2<!!0,!!1>>, Boolean)'.Please advise.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions