During deployment of your SharePoint 2010 feature you might get the following error: Error occurred in deployment step ‘Activate Features’: The current user has insufficient permissions to perform this operation During the activation of the feature the current user seems to have insufficient permissions to perform the operatio. I encountered this problem while deploying a [...]
Error: this site is not assigned to an indexer
Posted in Branding, Layout, look and feel, Development, Web parts and solutions, tagged error, FullTextSqlQuery, SharePoint Foundation, SharePoint server on July 24, 2010 | Leave a Comment »
I was writing a new web part to search Taxonomies (Managed metadata) in SharePoint 2010. During testing I got an error when using the class FullTextSqlQuery “Microsoft.SharePoint.SPException: Your search cannot be completed because this site is not assigned to an indexer. Contact your administrator for more information. at Microsoft.SharePoint.Search.Query.Query.CreateQueryProxy(SPSite site) at Microsoft.SharePoint.Search.Query.Query..ctor(SPSite site)” while debugging [...]