Hi guys,
I'm trying to uninstall a feature, but the result is "Cannot find a Feature object with Path or Id:<GUID> in scope Local farm".
I ran the Get-SPFeature cmdlet and the feature is on that list, although with no compatibilty level. I looked for the folder in FEATURES folder and it isn't there also.
The cmdlet I used to uninstall was Uninstall-SPFeature -Identity "<GUID>" - Force.
I also tried with the STSADM (stsadm -o uninstallfeature -id <GUID> -force) and it seems to work, the message "Operation completed successfully" appears, but listing the features it still persists on the list.
This stops me from deploying the solution again because it recognises the feature as an installed feature. I can retract the solution successfully, but the feature persists...
Can anyone help me please?
Thanks