문제

I have feature which is not correctly installed on my website. How can I uninstall it without Feature.xml file and without feature id?

도움이 되었습니까?

해결책

Rather not. :D

The answer is here:

http://www.gilham.org/Blog/Lists/Posts/Post.aspx?List=aab85845-88d2-4091-8088-a6bbce0a4304&ID=229

Firstly run the WssAnalyzeFeatures tool. Next it will produce output file named: ContentDeploymentFeatures.txt. Take appropriate feature id and run stsadm commands: deactivate and uninstall feature with id and force option.

And it's done! :D

다른 팁

There WssAnalizyFeatures and FeatureCleaner that might help you out.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top