Latest

Error occurred in deployment step 'Activate Features': Feature with Id is not installed in this farm, and cannot be added to this scope

Introduction:
In this article we will explore , How to solve the mentioned error while deploying solution using Visual Studio

Recently i came across one issue while working with features in visual webpart developed for various user actions.

I am unable to find the feature Id in the template.xml file where i need to add many elements file for the custom action added.


Error: 


Solution: 

1. Open the solution package.
2. Double Click to open the feature
3. Open the Properties window and verify the property 
    Feature Id as below.



4. Now we can add the mentioned Id to the template.xml file.



Here i have copied the GUID mentioned in the properties window and pasted in the template.xml file.




Hope this article helps !!




Thanks for reading this article ! ! please leave your comments and suggestion about this article.

No comments