Hello,
I built a visual web part(sharepoint 2013) using visual studio 2012. But when I tried deploying, I got this error message:
"Error occured in deployment step 'Activate Features': Feature id '****' is not installed in this farm, and cannot be added to this".
Approaches I made to fix this :
1) Tried changing the scope of Feature to Farm/Web/WebApplication
2) Tried installing feature manually using Install-SPFeature -AllExistingFeatures
3) Tried resetting IIS
None of these attempts helped me. Can someone help me on this ?
Thanks
KG