I am trying to do some querying operations in episerver CMS...while doing i got the Above mentioned error occurred...the code i have used is,
int contentTypeId = 16;
var pages = SearchClient.Instance.Search<IContent>()
.Filter(x => x.ContentTypeID.Match(contentTypeId))
.GetContentResult();
Thanks and Regards, Mohan.