- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
Every time I try to GetItems from a list like this:
I get a popup error saying:
I get the same result when using:
string myString = string.Join(";", project.Lists["List 1"].GetItems("random20(1,12-15,35-end)"));
Код:
string randomListValues = rnd.Next(1, 7).ToString();
string myListItem = string.Join(" ", project.Lists["List 1"].GetItems("random" + randomListValues + "(1,12-15,35-end)"));
If I'm only getting 1 item by using GetItem it works fine.There was an error reading from the pipe: The pipe has been ended. (109, 0x6d).
I get the same result when using:
string myString = string.Join(";", project.Lists["List 1"].GetItems("random20(1,12-15,35-end)"));
Последнее редактирование: