How to delete a feature
-
Tuesday, February 28, 2012 11:28 AM
Hello! I delete a custom feature (SharePoint 2010) but after deleting I have error [MissingFeature] Database [SharePoint_AdminContent_.....] has reference(s) to a missing feature: Id = [....]. I deactivated, deinstalled feature with StsAdm then retracted and removed the solution with this feature. But the feature removes with this problem.
All Replies
-
Wednesday, February 29, 2012 3:33 AM
Can u check if SharePoint Server Enteprise Site collection feature is activated, if not activate it .
or you can try to activate or deactivate with the below tools
you can try with powershell scripts:
http://get-spscripts.com/2011/06/removing-features-from-content-database.html
use the tool in codeplex and try
http://featureadmin.codeplex.com/
http://archive.msdn.microsoft.com/WssAnalyzeFeatures
MCTS,MCPD Sharepoint 2010. My Blog- http://sharepoint-journey.com
If a post answers your question, please click "Propose As Answer" on that post and "Vote as Helpful- Marked As Answer by Jack-GaoMicrosoft Contingent Staff, Moderator Tuesday, March 06, 2012 6:38 AM
- Edited by Devendra Velegandla Wednesday, February 06, 2013 12:11 AM
-
Wednesday, February 29, 2012 10:44 AM
Thank you!

