I am facing following Error in SP2010 Search
'http://pro1766:32843/3966a8bf4a4e4e338fda8adb4980a596/SearchService.svc' could not be activated.
The log error I am getting is as follows:
System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Office.Server. Search.WebControls.CoreResultsWebPart.SetPropertiesOnQueryReader() at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.OnInit(EventArgs e) System.NullReferenceException: Object reference not set to an instance of an object at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.SetPropertiesOnQueryReader() at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.OnInit(EventArgse)
Possible Solution I got from Googling is as follows:
This (Microsoft.SharePoint.SPEndpointAddress NotFoundException: There are no addresses available for this application) probably means that whatever you're trying to do, it can't find the appropriate web service.
This could be because the necessary services aren't started anywhere in the farm. The required services are
SharePoint Server Search
Search Query and Site Settings Service
But I am not able to find it :(
Can someone please help!
-saumil
