I was using this “age>25 AND salary>1000” statement in If condition, but I am getting this error,
Error ERROR Validation Error Compiler error(s) encountered processing expression “age>25 AND salary>1000”.
Option Strict On disallows implicit conversions from ‘String’ to ‘Double’.
Option Strict On disallows implicit conversions from ‘String’ to ‘Double’. Main.xaml
Hi Palaniyappan,
Thanks for your help, I found out the issue, I didn’t mention the variable age and salary as int32, which caused me this issue. Now it worked out.