In UserFactoryQueryExecutor, GetUsersFromNames builds query string with
```
String.Format(Resources.User_GetUsersFromIds, userIdsParameter)
```
instead of
```
String.Format(Resources.User_GetUsersFromNames, userNamesParameter)
```
Comments:
```
String.Format(Resources.User_GetUsersFromIds, userIdsParameter)
```
instead of
```
String.Format(Resources.User_GetUsersFromNames, userNamesParameter)
```
Comments:
Thank you for reporting the bug.
It has now been fixed for the next release. Please use the Source Code version to get the fix.
Linvi