Error :Microsoft.Office.Server.Search.Query.FullTextSqlQuery' from assembly 'Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, Publ..
You might have experienced this error while building solutions with FullTextSqlQuery class for SharePoint 2010 in VS 2010. To get red of it just follow the below steps
1. Make sure that the target framework set to 3.5.
2. On Project Menu -> Project Properties -> Build tab -> Platform Target -> Change to Any CPU
3. Now click on Clean Solution then re-Build the solution.
This should resolve the issue
1. Make sure that the target framework set to 3.5.
2. On Project Menu -> Project Properties -> Build tab -> Platform Target -> Change to Any CPU
3. Now click on Clean Solution then re-Build the solution.
This should resolve the issue
0 comments:
Post a Comment