Getting "The pipe has been ended" When Using GetItems

  • Автор темы Автор темы zenfreak
  • Дата начала Дата начала

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Реакции
12
Баллы
18
Every time I try to GetItems from a list like this:

Код:
Развернуть Свернуть Копировать
string randomListValues = rnd.Next(1, 7).ToString();
string myListItem = string.Join(" ", project.Lists["List 1"].GetItems("random" + randomListValues + "(1,12-15,35-end)"));

I get a popup error saying:

There was an error reading from the pipe: The pipe has been ended. (109, 0x6d).

If I'm only getting 1 item by using GetItem it works fine.

I get the same result when using:

string myString = string.Join(";", project.Lists["List 1"].GetItems("random20(1,12-15,35-end)"));

25yLSwK.jpg
 
Последнее редактирование:
Still needing this one
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)