In this post we will discuss how to resolve the below error:
Error occurred in deployment step 'Activate Features': Feature with Id 'ffe9e751-aeef-4cdb-8eb8-e5f5082e6477' is not installed in this farm, and cannot be added to this scope.
Also you can check out my previous posts on:
- Add user to SharePoint security group using SharePoint client object model
- Tutorial on Create SharePoint 2010 designer workflow
- Populate profile properties in infopath in SharePoint 2010
Recently I was facing the below issue from last 2 week and finally got to solve. A very big thank to my Tech Lead K Kathiravan and MSDN forums.
To see the details about the error please follow the below forum URL where I have posted in the Microsoft SharePoint forum.
http://social.technet.microsoft.com/Forums/en/sharepoint2010programming/thread/c8dc041a-5c5c-46dc-b487-78b5c563968f
We have tried all the solutions for the problem, searched 2 weeks for the error, but did not got the solution.
Finally got a clue from a reply from Stuart Starrs in the below forum topic.
http://social.technet.microsoft.com/Forums/en/sharepoint2010programming/thread/91d3b25c-4244-47b2-bb7a-5e183cb2a922
Solution:
The error was coming because of the multisever farm. Please check carefully the above forum topic.
Open the Central Administration -> System Settings ->Servers -> Manage Servers in this farm ->then remove the unused server (Please be careful since we have forget to remove the unused server we remove that now/ but if you have only one server then most probably there is some other issues.)
or Go to the URL: http://[Servername]/_admin/FarmServers.aspx and do the needful delete server stuffs as i discussed above.
The above solution works for me, hope it will helpful to you.
Error occurred in deployment step 'Activate Features': Feature with Id 'ffe9e751-aeef-4cdb-8eb8-e5f5082e6477' is not installed in this farm, and cannot be added to this scope.
Also you can check out my previous posts on:
- Add user to SharePoint security group using SharePoint client object model
- Tutorial on Create SharePoint 2010 designer workflow
- Populate profile properties in infopath in SharePoint 2010
Recently I was facing the below issue from last 2 week and finally got to solve. A very big thank to my Tech Lead K Kathiravan and MSDN forums.
To see the details about the error please follow the below forum URL where I have posted in the Microsoft SharePoint forum.
http://social.technet.microsoft.com/Forums/en/sharepoint2010programming/thread/c8dc041a-5c5c-46dc-b487-78b5c563968f
We have tried all the solutions for the problem, searched 2 weeks for the error, but did not got the solution.
Finally got a clue from a reply from Stuart Starrs in the below forum topic.
http://social.technet.microsoft.com/Forums/en/sharepoint2010programming/thread/91d3b25c-4244-47b2-bb7a-5e183cb2a922
Solution:
The error was coming because of the multisever farm. Please check carefully the above forum topic.
Open the Central Administration -> System Settings ->Servers -> Manage Servers in this farm ->then remove the unused server (Please be careful since we have forget to remove the unused server we remove that now/ but if you have only one server then most probably there is some other issues.)
or Go to the URL: http://[Servername]/_admin/FarmServers.aspx and do the needful delete server stuffs as i discussed above.
The above solution works for me, hope it will helpful to you.