Share via


XQL Error Messages (Windows Embedded CE 6.0)

1/6/2010

The XML Query Language (XQL) processor returns the following error messages.

Ee502404.collapse(en-US,WinEmbedded.60).gifXQL Errors

Error code Error string Description

0xC00CE38CL

XMLISLANDS_NOSCRIPTLETS

The XML script engine does not support script fragments. This error was probably caused by having a script tag with the language attribute set to "XML" or the text attribute set to "text/xml" before any other script tag on the page.

0xC00CE382L

XQL_EXPR_NOT_DOM_NODE

Expression does not return a DOM node.

0xC00CE38EL

XQL_EXPR_NOT_INTEGER

Parameter must be an integer constant.

0xC00CE383L

XQL_EXPR_NOT_QUERY_OR_INTEGER

Expression must be a query or an integer constant.

0xC00CE38DL

XQL_EXPR_NOT_QUERY_OR_STRING

Parameter must be a query or a string constant.

0xC00CE388L

XQL_EXPR_NOT_STRING

Expression must be a string constant.

0xC00CE384L

XQL_INCOMPLETE_QUERY

Incomplete query expression.

0xC00CE38AL

XQL_INVALID_CAST

Expression cannot be cast to this data type.

0xC00CE389L

XQL_METHOD_NOT_SUPPORTED

Object does not support this method.

0xC00CE387L

XQL_QUERY_INVALID_HERE

%1 may not appear to the right of / or // or be used with |.

0xC00CE386L

XQL_UNEXPECTED_CHAR

Unexpected character in query string.

0xC00CE385L

XQL_UNKNOWN_METHOD

Unknown method.

See Also

Reference

XML Error Messages