Sitecore Fast Query Gives Parse Exception

后端 未结 2 703
无人共我
无人共我 2021-01-17 09:35

Why am I getting this error with the code below ParseException: End of string expected at position 4.

Here\'s the code: The error is on the 3rd line.

2条回答
  •  日久生厌
    2021-01-17 10:03

    This is a bug when using Fast Query and SelectSingleItem(). The issue is fixed in the Sitecore CMS 6.3.0 rev.100716 release. See Release Notes. Since we are using 6.2, I had to rewrite my method to use a Sitecore Query instead of the Fast Query.

提交回复
热议问题