vote up 0 vote down star

I am calling SPWeb.GetSiteData(anSpCrossListQuery).

It fails to bring back any results or any errors when I call it with an accidental space at the end of the CAML query <Where></Where> clause.

Anyone have an idea why?

flag

2 Answers

vote up 1 vote down check

SharePoint is very picky with CAML queries and gives very unhelpful and sometimes obscure errors. Obviously in this case, a simple String.Trim() will fix the problem.

Checking your query very carefully and making sure it is well formed has fixed every problem I've had with this.

link|flag
vote up -1 vote down

Because SharePoint is intent on making development painful ;)

link|flag
not quite, it actually makes development painful :) – Nat Oct 31 '08 at 0:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.