CAML's tag archives

CAML “Cannot Complete this Action”

Problem You're encountering an error in your event handler or web part when attempting to execute a CAML query. Explanation You can't have blank spaces in a CAML query such as "First Name" Solution Replace the spaces in fieldnames with _X0020_, for example, use "First_X0020_Name"