Pytanie : Caml Zapytanie na Rzecz versiion Historia

I być gettig the następujący błąd od the kod następujący:

" The przybywający płytkowy dane strumień (TDS) pilot procedura wezwanie (RPC) protokół strumień być błędny. Zbyt wiele parametr provided w ten RPC prośba. The maksimum być 2100. "

The błąd zdarzać się jak tylko ono uderzać the foreach pętla i nie udać się gdy ono dostać the rzecz wersja information.

I polubić ten zagadnienie using Caml zapytanie lub lubić jak używać Linq queries.
Can lubić pokazywać dlaczego caml zapytanie lub Linq zapytanie od the kod below.

Or być tam  jakaś inny propozycja oprócz gorący dylemat od Microsoft. Gorący dylemat móc instalować na the środowisko ten kod być używać on.
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
var sb = nowy StringBuilder ();

foreach (SPListItemVersion itemVersion wewnątrz  
         rzecz. Web.Lists [item.ParentList.ID]
         . Rzecz [item.UniqueId]. Wersja)
         {
          SPFieldMultiLineText pole =
          itemVersion. Pole [klucz] 
          jako SPFieldMultiLineText;

        jeżeli (pole! = null)
         {
           smyczkowy komentarz = field.GetFieldValueAsText
           (itemVersion. Pole [klucz]);
                                      
            jeżeli (komentarz! = nieobowiązujący &&
                komentarz. Podstrzyżenie ()! = sznurek. Pusty)
              {
                sb. Append ("\ n \ r");
                sb. Append (itemVersion .CreatedBy.User.Name)
                . Append ("(");
                sb. Append (itemVersion. Created.ToString
               ("MM/dd/yyyy hh: mm tt"));
               sb. Append (")");
               sb. Append (komentarz);
               rząd [klucz)] = sb.ToString ();
            }
          }
         }
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
var sb = nowy StringBuilder ();

foreach (SPListItemVersion itemVersion wewnątrz  
         rzecz. Web.Lists [item.ParentList.ID]
         . Rzecz [item.UniqueId]. Wersja)
         {
          SPFieldMultiLineText pole =
          itemVersion. Pole [klucz] 
          jako SPFieldMultiLineText;

        jeżeli (pole! = null)
         {
           smyczkowy komentarz = field.GetFieldValueAsText
           (itemVersion. Pole [klucz]);
                                      
            jeżeli (komentarz! = nieobowiązujący &&
                komentarz. Podstrzyżenie ()! = sznurek. Pusty)
              {
                sb. Append ("\ n \ r");
                sb. Append (itemVersion .CreatedBy.User.Name)
                . Append ("(");
                sb. Append (itemVersion. Created.ToString
               ("MM/dd/yyyy hh: mm tt"));
               sb. Append (")");
               sb. Append (komentarz);
               rząd [klucz)] = sb.ToString ();
            }
          }
         }

Odpowiedź : Caml Zapytanie na Rzecz versiion Historia

Cześć techExtreme,

Żadny the odpowiedź być I musieć pakiet uaktualnień dwa na wszystkie pudełko, che być zły odpowiedź na SharePoints końcówka.
Inne rozwiązania  
 
programming4us programming4us