Hi all,
Im using a rowcount projection criteria and a data fetch criteria in a multicriteria to get data records and count the rows. This works fine, but when I add expressions for searching I got the following exception:
Input string was not in a correct format.
The criteria to fetch the search results works fine, the exception is raised by the criteria that counts the rows.
I tried solving it by using the CriteriaTransformer but I got the same exception.
Does anyone know how to solve this problem?
Edit: When I execute both criterias separately they work fine, but in a multicriteria I got the exception.
|