Approval tasks throwing error "Exception has been thrown by the target of an invocation". Verbose logging shows the following details.
"Specified method is not supported.
at ActiveRoles.Service.Workflow.WorkflowObjectSqlQueryBuilder.GetQuotedSqlValue(Object value)
at ActiveRoles.Service.Workflow.WorkflowObjectSqlQueryBuilder.b__0(Match m)
at System.Text.RegularExpressions.RegexReplacement.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat)
at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator)
at ActiveRoles.Service.Workflow.WorkflowObjectSqlQueryBuilder.ParameterCountLimitFallback(SqlCommand command)
at ActiveRoles.Service.Workflow.WorkflowObjectSqlQueryBuilder.InternalSearch(WorkflowObjectSearchRequest request, RawFilter filter, Int32 pageSize, Cookie cookie, WorkflowObjectSearchDirection direction, Boolean isReliable)
at ActiveRoles.Service.Workflow.WorkflowObjectSqlQueryBuilder.Search(WorkflowObjectSearchRequest request, Boolean isReliable)
at ActiveRoles.Service.Workflow.TaskStore.FindTasks(WorkflowTaskSearchRequest request, Boolean isReliable)
at ActiveRoles.Service.RequestPrePostProcessorBase.PreProcessRequest(RequestContext context)
at ActiveRoles.Service.StaticPolicyList.ProcessRequest(RequestContext context, String handler)"