Hi all,
While I was working on SharePoint 2010 recently I came across some issues. I am putting them across so that anyone facing the same issue may find solution easily.
Error:
Error occurred in deployment step 'Activate Features': Feature with Id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' is not installed in this farm, and cannot be added to this scope.
Solutions:
I was getting this error while ‘deploy’ing a feature from Visual Studio 2010. I searched the entire project for this GUID which is mentioned in the error. I did not find it anywhere. While troubleshooting, I opened the physical folder and opened ‘Feature1.feature’ file in notepad. This xml file was using the before mentioned GUID. I was not able to find it in VS 2010 :(
I copied the GUID mentioned in the ‘Feature1.feature’ file and pasted it in the Feature ID section in ‘Feature1.Template.xml’ file. This solved the problem. Why I thought to mention it is because the exception thrown is confusing. It does not tell you about the exact error.
-Vighnesh Bendre
Comments
I have the same problem but copied and pasted the ID in the Features.xml didnt solve the issue...
You have to paste the id in the template.xml file. Please cross check once again. It should work.
All the best.
Thanks it's working fine for me now.
My template.xml looks like this
Feature Id="7b100902-1522-4da5-9b2e-b8403ca65e01" xmlns="httpXXXXXXXXXXXXXX"
I still get the same error.
I found that the solution had deployed, but never activated.
To resolve, I browsed to the Central Administrator webpage > System settings > Manage Farm Solutions - found that the solutions had been added but not deployed.
I clicked on deploy solution (and chose the website that want the solution to be available on).
I then went to the website and activated the solution and added it as a webpart to my page.
hope this help.
--samuel
I found that the solution had deployed, but never activated.
To resolve, I browsed to the Central Administrator webpage > System settings > Manage Farm Solutions - found that the solutions had been added but not deployed.
I clicked on deploy solution (and chose the website that want the solution to be available on).
I then went to the website and activated the solution and added it as a webpart to my page.
hope this help.
"
Samuel
You answer saved us good time after spending the whole day searching solution.